Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ror: src/app/modules/admin/admin.component.html:355:34 - error NG8002: Can't bind to 'expanded' since it isn't a known property of 'mat-expansion-panel'.
- 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
- 2. If 'mat-expansion-panel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 355 <mat-expansion-panel [expanded]="true">
- ~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:356:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
- 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-expansion-panel-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 356 <mat-expansion-panel-header>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:357:21 - error NG8001: 'mat-panel-title' is not a known element:
- 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-panel-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 357 <mat-panel-title>
- ~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:359:59 - error NG8004: No pipe found with name 'translate'.
- 359 {{'personList.sideList.actions' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:365:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 365 <mat-icon class='actionicon'>add_circle</mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:369:54 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'.
- 369 class='sideListActionButton' [routerLink]="['/admin/listvodocumenttype']"
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:371:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 371 <mat-icon class='actionicon'> list </mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:376:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 376 <mat-icon class='actionicon'> delete </mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:389:9 - error NG8001: 'mat-accordion' is not a known element:
- 1. If 'mat-accordion' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 389 <mat-accordion [multi]="true" *ngIf="this.router.url === '/admin/listvodocumenttypecategory'">
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:389:24 - error NG8002: Can't bind to 'multi' since it isn't a known property of 'mat-accordion'.
- 1. If 'mat-accordion' is an Angular component and it has 'multi' input, then verify that it is part of this module.
- 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 389 <mat-accordion [multi]="true" *ngIf="this.router.url === '/admin/listvodocumenttypecategory'">
- ~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:390:13 - error NG8001: 'mat-expansion-panel' is not a known element:
- 1. If 'mat-expansion-panel' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-expansion-panel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 390 <mat-expansion-panel [expanded]="documentTypeCategories && currentDocumentTypeCategories"
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 391 *ngIf="this.router.url === '/admin/listvodocumenttypecategory'">
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:390:34 - error NG8002: Can't bind to 'expanded' since it isn't a known property of 'mat-expansion-panel'.
- 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
- 2. If 'mat-expansion-panel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 390 <mat-expansion-panel [expanded]="documentTypeCategories && currentDocumentTypeCategories"
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:392:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
- 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-expansion-panel-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 392 <mat-expansion-panel-header>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:393:21 - error NG8001: 'mat-panel-title' is not a known element:
- 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-panel-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 393 <mat-panel-title>
- ~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:394:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 394 <mat-icon class="sideListHeaderIcon"> filter_alt </mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:400:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 400 <mat-icon>search</mat-icon>
- ~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:416:9 - error NG8001: 'mat-accordion' is not a known element:
- 1. If 'mat-accordion' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 416 <mat-accordion
- ~~~~~~~~~~~~~~
- 417 *ngIf="['/admin/listvodocumenttypecategory', '/admin/editvodocumenttypecategory'].includes(this.router.url)">
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:418:13 - error NG8001: 'mat-expansion-panel' is not a known element:
- 1. If 'mat-expansion-panel' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-expansion-panel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 418 <mat-expansion-panel [expanded]="true">
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:418:34 - error NG8002: Can't bind to 'expanded' since it isn't a known property of 'mat-expansion-panel'.
- 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
- 2. If 'mat-expansion-panel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 418 <mat-expansion-panel [expanded]="true">
- ~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:419:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
- 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-expansion-panel-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 419 <mat-expansion-panel-header>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:420:21 - error NG8001: 'mat-panel-title' is not a known element:
- 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-panel-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 420 <mat-panel-title>
- ~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:422:59 - error NG8004: No pipe found with name 'translate'.
- 422 {{'personList.sideList.actions' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:428:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 428 <mat-icon class='actionicon'>add_circle</mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:432:54 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'.
- 432 class='sideListActionButton' [routerLink]="['/admin/listvodocumenttypecategory']"
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:434:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 434 <mat-icon class='actionicon'> list </mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:439:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 439 <mat-icon class='actionicon'> delete </mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:446:9 - error NG8001: 'mat-accordion' is not a known element:
- 1. If 'mat-accordion' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 446 <mat-accordion *ngIf="['/admin/listqualification', '/admin/editqualification'].includes(this.router.url)">
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:447:13 - error NG8001: 'mat-expansion-panel' is not a known element:
- 1. If 'mat-expansion-panel' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-expansion-panel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 447 <mat-expansion-panel [expanded]="true">
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:447:34 - error NG8002: Can't bind to 'expanded' since it isn't a known property of 'mat-expansion-panel'.
- 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
- 2. If 'mat-expansion-panel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 447 <mat-expansion-panel [expanded]="true">
- ~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:448:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
- 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-expansion-panel-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 448 <mat-expansion-panel-header>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:449:21 - error NG8001: 'mat-panel-title' is not a known element:
- 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-panel-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 449 <mat-panel-title>
- ~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:451:59 - error NG8004: No pipe found with name 'translate'.
- 451 {{'personList.sideList.actions' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:457:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 457 <mat-icon class='actionicon'>add_circle</mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:461:54 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'.
- 461 class='sideListActionButton' [routerLink]="['/admin/listqualification']"
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:463:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 463 <mat-icon class='actionicon'> list </mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:468:25 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 468 <mat-icon class='actionicon'> delete </mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:475:5 - error NG8001: 'mat-sidenav-content' is not a known element:
- 1. If 'mat-sidenav-content' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-sidenav-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 475 <mat-sidenav-content>
- ~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.component.html:477:9 - error NG8001: 'router-outlet' is not a known element:
- 1. If 'router-outlet' is an Angular component, then verify that it is part of this module.
- 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 477 <router-outlet (activate)="onActivate($event)"></router-outlet>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/admin.component.ts:22:16
- 22 templateUrl: './admin.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component AdminComponent.
- Error: src/app/modules/admin/admin.module.ts:44:10 - error TS2305: Module '"./pages/edit-qualification/dialog-parent-qualifications.grid.component"' has no exported member 'DialogParentQualificationsGridComponent'.
- 44 import { DialogParentQualificationsGridComponent } from './pages/edit-qualification/dialog-parent-qualifications.grid.component';
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error: src/app/modules/admin/admin.module.ts:50:17 - error NG1010: Value at position 40 in the NgModule.declarations of AdminModule is not a reference
- Value could not be determined statically.
- 50 declarations: [
- ~
- 51 AdminComponent,
- ~~~~~~~~~~~~~~~~~~~
- ...
- 91 DialogParentQualificationsGridComponent
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 92 ],
- ~~~
- src/app/modules/admin/admin.module.ts:91:5
- 91 DialogParentQualificationsGridComponent
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Unknown reference.
- Error: src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
- 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
- 26 templateUrl: './edit-certificate-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditCertificateTypeComponent.
- Error: src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
- 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
- 26 templateUrl: './edit-certificate-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditCertificateTypeComponent.
- Error: src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
- 12 {{'editPerson.header.cancel' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
- 26 templateUrl: './edit-certificate-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditCertificateTypeComponent.
- Error: src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.html:17:7 - error NG8001: 'app-certificate-type-form' is not a known element:
- 1. If 'app-certificate-type-form' is an Angular component, then verify that it is part of this module.
- 2. If 'app-certificate-type-form' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 17 <app-certificate-type-form id="certificateTypeForm" style="margin-bottom: 20px"></app-certificate-type-form>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
- 26 templateUrl: './edit-certificate-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditCertificateTypeComponent.
- Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
- 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
- 21 templateUrl: './edit-qualification.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditQualificationComponent.
- Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
- 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
- 21 templateUrl: './edit-qualification.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditQualificationComponent.
- Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
- 12 {{'editPerson.header.cancel' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
- 21 templateUrl: './edit-qualification.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditQualificationComponent.
- Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:17:7 - error NG8001: 'app-qualification-form' is not a known element:
- 1. If 'app-qualification-form' is an Angular component, then verify that it is part of this module.
- 2. If 'app-qualification-form' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 17 <app-qualification-form id="qualificationForm" style="margin-bottom: 20px"></app-qualification-form>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
- 21 templateUrl: './edit-qualification.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditQualificationComponent.
- Error: src/app/modules/admin/pages/edit-qualification/qualification.form.component.ts:15:10 - error TS2305: Module '"./dialog-parent-qualifications.grid.component"' has no exported member 'DialogParentQualificationsGridComponent'.
- 15 import { DialogParentQualificationsGridComponent } from './dialog-parent-qualifications.grid.component';
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error: src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.html:8:73 - error NG8004: No pipe found with name 'translate'.
- 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
- 23 templateUrl: './edit-timesheet-params.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditTimesheetParamsComponent.
- Error: src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.html:9:72 - error NG8004: No pipe found with name 'translate'.
- 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
- 23 templateUrl: './edit-timesheet-params.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditTimesheetParamsComponent.
- Error: src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.html:12:52 - error NG8004: No pipe found with name 'translate'.
- 12 {{'editPerson.header.cancel' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
- 23 templateUrl: './edit-timesheet-params.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditTimesheetParamsComponent.
- Error: src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.html:20:9 - error NG8001: 'app-timesheet-params-form' is not a known element:
- 1. If 'app-timesheet-params-form' is an Angular component, then verify that it is part of this module.
- 2. If 'app-timesheet-params-form' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 20 <app-timesheet-params-form id="timesheetParamsForm" style="margin-bottom: 20px"></app-timesheet-params-form>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
- 23 templateUrl: './edit-timesheet-params.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditTimesheetParamsComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
- 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type-category.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
- 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type-category.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
- 12 {{'editPerson.header.cancel' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type-category.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.html:17:7 - error NG8001: 'app-vo-document-type-category-form' is not a known element:
- 1. If 'app-vo-document-type-category-form' is an Angular component, then verify that it is part of this module.
- 2. If 'app-vo-document-type-category-form' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 17 <app-vo-document-type-category-form id="voDocumentTypeCategoryForm" style="margin-bottom: 20px"></app-vo-document-type-category-form>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type-category.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
- 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
- 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
- 12 {{'editPerson.header.cancel' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeComponent.
- Error: src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.html:17:7 - error NG8001: 'app-vo-document-type-form' is not a known element:
- 1. If 'app-vo-document-type-form' is an Angular component, then verify that it is part of this module.
- 2. If 'app-vo-document-type-form' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 17 <app-vo-document-type-form id="voDocumentTypeForm" style="margin-bottom: 20px;"></app-vo-document-type-form>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
- 25 templateUrl: './edit-vo-document-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditVoDocumentTypeComponent.
- Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
- 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
- 26 templateUrl: './edit-workcode.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditWorkcodeComponent.
- Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
- 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
- 26 templateUrl: './edit-workcode.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditWorkcodeComponent.
- Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
- 12 {{'editPerson.header.cancel' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
- 26 templateUrl: './edit-workcode.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditWorkcodeComponent.
- Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:17:7 - error NG8001: 'app-workcode-form' is not a known element:
- 1. If 'app-workcode-form' is an Angular component, then verify that it is part of this module.
- 2. If 'app-workcode-form' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 17 <app-workcode-form id="workcodeForm" style="margin-bottom: 20px"></app-workcode-form>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
- 26 templateUrl: './edit-workcode.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component EditWorkcodeComponent.
- Error: src/app/modules/admin/pages/file-load/file-load.component.html:5:9 - error NG8001: 'app-list-file-load-grid' is not a known element:
- 1. If 'app-list-file-load-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-file-load-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 5 <app-list-file-load-grid appDnd (fileDropped)="onFileDropped($event)" [genericLoadTypes]="this.genericLoadTypes" [genericLoadStatus]="this.genericLoadStatus" id="listfileloadGrid" style="margin-bottom: 20px;" class="documentGrid"></app-list-file-load-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
- 23 templateUrl: './file-load.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component FileLoadComponent.
- Error: src/app/modules/admin/pages/file-load/file-load.component.html:5:79 - error NG8002: Can't bind to 'genericLoadTypes' since it isn't a known property of 'app-list-file-load-grid'.
- 1. If 'app-list-file-load-grid' is an Angular component and it has 'genericLoadTypes' input, then verify that it is part of this module.
- 2. If 'app-list-file-load-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 5 <app-list-file-load-grid appDnd (fileDropped)="onFileDropped($event)" [genericLoadTypes]="this.genericLoadTypes" [genericLoadStatus]="this.genericLoadStatus" id="listfileloadGrid" style="margin-bottom: 20px;" class="documentGrid"></app-list-file-load-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
- 23 templateUrl: './file-load.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component FileLoadComponent.
- Error: src/app/modules/admin/pages/file-load/file-load.component.html:5:122 - error NG8002: Can't bind to 'genericLoadStatus' since it isn't a known property of 'app-list-file-load-grid'.
- 1. If 'app-list-file-load-grid' is an Angular component and it has 'genericLoadStatus' input, then verify that it is part of this module.
- 2. If 'app-list-file-load-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 5 <app-list-file-load-grid appDnd (fileDropped)="onFileDropped($event)" [genericLoadTypes]="this.genericLoadTypes" [genericLoadStatus]="this.genericLoadStatus" id="listfileloadGrid" style="margin-bottom: 20px;" class="documentGrid"></app-list-file-load-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
- 23 templateUrl: './file-load.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component FileLoadComponent.
- Error: src/app/modules/admin/pages/file-load/file-load.component.html:6:9 - error NG8001: 'app-list-user-message-grid' is not a known element:
- 1. If 'app-list-user-message-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-user-message-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 6 <app-list-user-message-grid id="listusermessageGrid" style="flex:2" class="documentGrid"></app-list-user-message-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
- 23 templateUrl: './file-load.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component FileLoadComponent.
- Error: src/app/modules/admin/pages/list-certificate-type/list-certificate-type.component.html:10:47 - error NG8004: No pipe found with name 'translate'.
- 10 {{'personList.clearFilters' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/list-certificate-type/list-certificate-type.component.ts:18:16
- 18 templateUrl: './list-certificate-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListCertificateTypeComponent.
- Error: src/app/modules/admin/pages/list-certificate-type/list-certificate-type.component.html:15:5 - error NG8001: 'app-list-certificate-type-grid' is not a known element:
- 1. If 'app-list-certificate-type-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-certificate-type-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 15 <app-list-certificate-type-grid id="listCertificateTypeGrid" style="flex:1"></app-list-certificate-type-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/list-certificate-type/list-certificate-type.component.ts:18:16
- 18 templateUrl: './list-certificate-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListCertificateTypeComponent.
- Error: src/app/modules/admin/pages/list-qualification/list-qualification.component.html:12:47 - error NG8004: No pipe found with name 'translate'.
- 12 {{'personList.clearFilters' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/list-qualification/list-qualification.component.ts:15:18
- 15 templateUrl: './list-qualification.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListQualificationComponent.
- Error: src/app/modules/admin/pages/list-qualification/list-qualification.component.html:16:5 - error NG8001: 'app-list-qualification-grid' is not a known element:
- 1. If 'app-list-qualification-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-qualification-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 16 <app-list-qualification-grid #listQualificationParentGrid style="flex:1" [qualGridName]="'parentQualificationGrid'"></app-list-qualification-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/list-qualification/list-qualification.component.ts:15:18
- 15 templateUrl: './list-qualification.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListQualificationComponent.
- Error: src/app/modules/admin/pages/list-qualification/list-qualification.component.html:16:78 - error NG8002: Can't bind to 'qualGridName' since it isn't a known property of 'app-list-qualification-grid'.
- 1. If 'app-list-qualification-grid' is an Angular component and it has 'qualGridName' input, then verify that it is part of this module.
- 2. If 'app-list-qualification-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 16 <app-list-qualification-grid #listQualificationParentGrid style="flex:1" [qualGridName]="'parentQualificationGrid'"></app-list-qualification-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/list-qualification/list-qualification.component.ts:15:18
- 15 templateUrl: './list-qualification.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListQualificationComponent.
- Error: src/app/modules/admin/pages/list-timesheet-params/list-timesheet-params.component.html:8:47 - error NG8004: No pipe found with name 'translate'.
- 8 {{'personList.clearFilters' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/list-timesheet-params/list-timesheet-params.component.ts:21:16
- 21 templateUrl: './list-timesheet-params.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListTimesheetParamsComponent.
- Error: src/app/modules/admin/pages/list-timesheet-params/list-timesheet-params.component.html:12:5 - error NG8001: 'app-list-timesheet-params-grid' is not a known element:
- 1. If 'app-list-timesheet-params-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-timesheet-params-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 12 <app-list-timesheet-params-grid id="listTimeSheetParamsGrid" style="flex:1"></app-list-timesheet-params-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/list-timesheet-params/list-timesheet-params.component.ts:21:16
- 21 templateUrl: './list-timesheet-params.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListTimesheetParamsComponent.
- Error: src/app/modules/admin/pages/list-vo-document-type-category/list-vo-document-type-category.component.html:10:47 - error NG8004: No pipe found with name 'translate'.
- 10 {{'personList.clearFilters' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/list-vo-document-type-category/list-vo-document-type-category.component.ts:18:16
- 18 templateUrl: './list-vo-document-type-category.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListVoDocumentTypeCategoryComponent.
- Error: src/app/modules/admin/pages/list-vo-document-type-category/list-vo-document-type-category.component.html:15:5 - error NG8001: 'app-list-vo-document-type-category-grid' is not a known element:
- 1. If 'app-list-vo-document-type-category-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-vo-document-type-category-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 15 <app-list-vo-document-type-category-grid id="listVoDocumentTypeCategoryGrid" style="flex:1"></app-list-vo-document-type-category-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/list-vo-document-type-category/list-vo-document-type-category.component.ts:18:16
- 18 templateUrl: './list-vo-document-type-category.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListVoDocumentTypeCategoryComponent.
- Error: src/app/modules/admin/pages/list-vo-document-type/list-vo-document-type.component.html:12:47 - error NG8004: No pipe found with name 'translate'.
- 12 {{'personList.clearFilters' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/list-vo-document-type/list-vo-document-type.component.ts:21:16
- 21 templateUrl: './list-vo-document-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListVoDocumentTypeComponent.
- Error: src/app/modules/admin/pages/list-vo-document-type/list-vo-document-type.component.html:17:5 - error NG8001: 'app-list-vo-document-type-grid' is not a known element:
- 1. If 'app-list-vo-document-type-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-vo-document-type-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 17 <app-list-vo-document-type-grid id="listVoDocumentTypeGrid" style="flex:1"></app-list-vo-document-type-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/list-vo-document-type/list-vo-document-type.component.ts:21:16
- 21 templateUrl: './list-vo-document-type.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListVoDocumentTypeComponent.
- Error: src/app/modules/admin/pages/list-workcode/list-workcode.component.html:12:47 - error NG8004: No pipe found with name 'translate'.
- 12 {{'personList.clearFilters' | translate}}
- ~~~~~~~~~
- src/app/modules/admin/pages/list-workcode/list-workcode.component.ts:13:16
- 13 templateUrl: './list-workcode.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListWorkcodeComponent.
- Error: src/app/modules/admin/pages/list-workcode/list-workcode.component.html:16:5 - error NG8001: 'app-list-workcode-grid' is not a known element:
- 1. If 'app-list-workcode-grid' is an Angular component, then verify that it is part of this module.
- 2. If 'app-list-workcode-grid' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 16 <app-list-workcode-grid id="listWorkcodeGrid" style="flex:1"></app-list-workcode-grid>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/admin/pages/list-workcode/list-workcode.component.ts:13:16
- 13 templateUrl: './list-workcode.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component ListWorkcodeComponent.
- × Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement