Advertisement
psi_mmobile

Untitled

Oct 14th, 2022
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.53 KB | None | 0 0
  1. 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'.
  2. 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
  3. 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.
  4. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  5.  
  6. 355 <mat-expansion-panel [expanded]="true">
  7. ~~~~~~~~~~~~~~~~~
  8.  
  9. src/app/modules/admin/admin.component.ts:22:16
  10. 22 templateUrl: './admin.component.html',
  11. ~~~~~~~~~~~~~~~~~~~~~~~~
  12. Error occurs in the template of component AdminComponent.
  13.  
  14.  
  15. Error: src/app/modules/admin/admin.component.html:356:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
  16. 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
  17. 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.
  18.  
  19. 356 <mat-expansion-panel-header>
  20. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  21.  
  22. src/app/modules/admin/admin.component.ts:22:16
  23. 22 templateUrl: './admin.component.html',
  24. ~~~~~~~~~~~~~~~~~~~~~~~~
  25. Error occurs in the template of component AdminComponent.
  26.  
  27.  
  28. Error: src/app/modules/admin/admin.component.html:357:21 - error NG8001: 'mat-panel-title' is not a known element:
  29. 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
  30. 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.
  31.  
  32. 357 <mat-panel-title>
  33. ~~~~~~~~~~~~~~~~~
  34.  
  35. src/app/modules/admin/admin.component.ts:22:16
  36. 22 templateUrl: './admin.component.html',
  37. ~~~~~~~~~~~~~~~~~~~~~~~~
  38. Error occurs in the template of component AdminComponent.
  39.  
  40.  
  41. Error: src/app/modules/admin/admin.component.html:359:59 - error NG8004: No pipe found with name 'translate'.
  42.  
  43. 359 {{'personList.sideList.actions' | translate}}
  44. ~~~~~~~~~
  45.  
  46. src/app/modules/admin/admin.component.ts:22:16
  47. 22 templateUrl: './admin.component.html',
  48. ~~~~~~~~~~~~~~~~~~~~~~~~
  49. Error occurs in the template of component AdminComponent.
  50.  
  51.  
  52. Error: src/app/modules/admin/admin.component.html:365:25 - error NG8001: 'mat-icon' is not a known element:
  53. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  54. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  55.  
  56. 365 <mat-icon class='actionicon'>add_circle</mat-icon>
  57. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  58.  
  59. src/app/modules/admin/admin.component.ts:22:16
  60. 22 templateUrl: './admin.component.html',
  61. ~~~~~~~~~~~~~~~~~~~~~~~~
  62. Error occurs in the template of component AdminComponent.
  63.  
  64.  
  65. 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'.
  66.  
  67. 369 class='sideListActionButton' [routerLink]="['/admin/listvodocumenttype']"
  68. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  69.  
  70. src/app/modules/admin/admin.component.ts:22:16
  71. 22 templateUrl: './admin.component.html',
  72. ~~~~~~~~~~~~~~~~~~~~~~~~
  73. Error occurs in the template of component AdminComponent.
  74.  
  75.  
  76. Error: src/app/modules/admin/admin.component.html:371:25 - error NG8001: 'mat-icon' is not a known element:
  77. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  78. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  79.  
  80. 371 <mat-icon class='actionicon'> list </mat-icon>
  81. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  82.  
  83. src/app/modules/admin/admin.component.ts:22:16
  84. 22 templateUrl: './admin.component.html',
  85. ~~~~~~~~~~~~~~~~~~~~~~~~
  86. Error occurs in the template of component AdminComponent.
  87.  
  88.  
  89. Error: src/app/modules/admin/admin.component.html:376:25 - error NG8001: 'mat-icon' is not a known element:
  90. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  91. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  92.  
  93. 376 <mat-icon class='actionicon'> delete </mat-icon>
  94. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  95.  
  96. src/app/modules/admin/admin.component.ts:22:16
  97. 22 templateUrl: './admin.component.html',
  98. ~~~~~~~~~~~~~~~~~~~~~~~~
  99. Error occurs in the template of component AdminComponent.
  100.  
  101.  
  102. Error: src/app/modules/admin/admin.component.html:389:9 - error NG8001: 'mat-accordion' is not a known element:
  103. 1. If 'mat-accordion' is an Angular component, then verify that it is part of this module.
  104. 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  105.  
  106. 389 <mat-accordion [multi]="true" *ngIf="this.router.url === '/admin/listvodocumenttypecategory'">
  107. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108.  
  109. src/app/modules/admin/admin.component.ts:22:16
  110. 22 templateUrl: './admin.component.html',
  111. ~~~~~~~~~~~~~~~~~~~~~~~~
  112. Error occurs in the template of component AdminComponent.
  113.  
  114.  
  115. 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'.
  116. 1. If 'mat-accordion' is an Angular component and it has 'multi' input, then verify that it is part of this module.
  117. 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  118. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  119.  
  120. 389 <mat-accordion [multi]="true" *ngIf="this.router.url === '/admin/listvodocumenttypecategory'">
  121. ~~~~~~~~~~~~~~
  122.  
  123. src/app/modules/admin/admin.component.ts:22:16
  124. 22 templateUrl: './admin.component.html',
  125. ~~~~~~~~~~~~~~~~~~~~~~~~
  126. Error occurs in the template of component AdminComponent.
  127.  
  128.  
  129. Error: src/app/modules/admin/admin.component.html:390:13 - error NG8001: 'mat-expansion-panel' is not a known element:
  130. 1. If 'mat-expansion-panel' is an Angular component, then verify that it is part of this module.
  131. 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.
  132.  
  133. 390 <mat-expansion-panel [expanded]="documentTypeCategories && currentDocumentTypeCategories"
  134. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135. 391 *ngIf="this.router.url === '/admin/listvodocumenttypecategory'">
  136. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  137.  
  138. src/app/modules/admin/admin.component.ts:22:16
  139. 22 templateUrl: './admin.component.html',
  140. ~~~~~~~~~~~~~~~~~~~~~~~~
  141. Error occurs in the template of component AdminComponent.
  142.  
  143.  
  144. 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'.
  145. 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
  146. 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.
  147. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  148.  
  149. 390 <mat-expansion-panel [expanded]="documentTypeCategories && currentDocumentTypeCategories"
  150. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  151.  
  152. src/app/modules/admin/admin.component.ts:22:16
  153. 22 templateUrl: './admin.component.html',
  154. ~~~~~~~~~~~~~~~~~~~~~~~~
  155. Error occurs in the template of component AdminComponent.
  156.  
  157.  
  158. Error: src/app/modules/admin/admin.component.html:392:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
  159. 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
  160. 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.
  161.  
  162. 392 <mat-expansion-panel-header>
  163. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164.  
  165. src/app/modules/admin/admin.component.ts:22:16
  166. 22 templateUrl: './admin.component.html',
  167. ~~~~~~~~~~~~~~~~~~~~~~~~
  168. Error occurs in the template of component AdminComponent.
  169.  
  170.  
  171. Error: src/app/modules/admin/admin.component.html:393:21 - error NG8001: 'mat-panel-title' is not a known element:
  172. 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
  173. 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.
  174.  
  175. 393 <mat-panel-title>
  176. ~~~~~~~~~~~~~~~~~
  177.  
  178. src/app/modules/admin/admin.component.ts:22:16
  179. 22 templateUrl: './admin.component.html',
  180. ~~~~~~~~~~~~~~~~~~~~~~~~
  181. Error occurs in the template of component AdminComponent.
  182.  
  183.  
  184. Error: src/app/modules/admin/admin.component.html:394:25 - error NG8001: 'mat-icon' is not a known element:
  185. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  186. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  187.  
  188. 394 <mat-icon class="sideListHeaderIcon"> filter_alt </mat-icon>
  189. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190.  
  191. src/app/modules/admin/admin.component.ts:22:16
  192. 22 templateUrl: './admin.component.html',
  193. ~~~~~~~~~~~~~~~~~~~~~~~~
  194. Error occurs in the template of component AdminComponent.
  195.  
  196.  
  197. Error: src/app/modules/admin/admin.component.html:400:25 - error NG8001: 'mat-icon' is not a known element:
  198. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  199. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  200.  
  201. 400 <mat-icon>search</mat-icon>
  202. ~~~~~~~~~~
  203.  
  204. src/app/modules/admin/admin.component.ts:22:16
  205. 22 templateUrl: './admin.component.html',
  206. ~~~~~~~~~~~~~~~~~~~~~~~~
  207. Error occurs in the template of component AdminComponent.
  208.  
  209.  
  210. Error: src/app/modules/admin/admin.component.html:416:9 - error NG8001: 'mat-accordion' is not a known element:
  211. 1. If 'mat-accordion' is an Angular component, then verify that it is part of this module.
  212. 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  213.  
  214. 416 <mat-accordion
  215. ~~~~~~~~~~~~~~
  216. 417 *ngIf="['/admin/listvodocumenttypecategory', '/admin/editvodocumenttypecategory'].includes(this.router.url)">
  217. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  218.  
  219. src/app/modules/admin/admin.component.ts:22:16
  220. 22 templateUrl: './admin.component.html',
  221. ~~~~~~~~~~~~~~~~~~~~~~~~
  222. Error occurs in the template of component AdminComponent.
  223.  
  224.  
  225. Error: src/app/modules/admin/admin.component.html:418:13 - error NG8001: 'mat-expansion-panel' is not a known element:
  226. 1. If 'mat-expansion-panel' is an Angular component, then verify that it is part of this module.
  227. 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.
  228.  
  229. 418 <mat-expansion-panel [expanded]="true">
  230. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  231.  
  232. src/app/modules/admin/admin.component.ts:22:16
  233. 22 templateUrl: './admin.component.html',
  234. ~~~~~~~~~~~~~~~~~~~~~~~~
  235. Error occurs in the template of component AdminComponent.
  236.  
  237.  
  238. 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'.
  239. 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
  240. 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.
  241. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  242.  
  243. 418 <mat-expansion-panel [expanded]="true">
  244. ~~~~~~~~~~~~~~~~~
  245.  
  246. src/app/modules/admin/admin.component.ts:22:16
  247. 22 templateUrl: './admin.component.html',
  248. ~~~~~~~~~~~~~~~~~~~~~~~~
  249. Error occurs in the template of component AdminComponent.
  250.  
  251.  
  252. Error: src/app/modules/admin/admin.component.html:419:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
  253. 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
  254. 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.
  255.  
  256. 419 <mat-expansion-panel-header>
  257. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  258.  
  259. src/app/modules/admin/admin.component.ts:22:16
  260. 22 templateUrl: './admin.component.html',
  261. ~~~~~~~~~~~~~~~~~~~~~~~~
  262. Error occurs in the template of component AdminComponent.
  263.  
  264.  
  265. Error: src/app/modules/admin/admin.component.html:420:21 - error NG8001: 'mat-panel-title' is not a known element:
  266. 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
  267. 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.
  268.  
  269. 420 <mat-panel-title>
  270. ~~~~~~~~~~~~~~~~~
  271.  
  272. src/app/modules/admin/admin.component.ts:22:16
  273. 22 templateUrl: './admin.component.html',
  274. ~~~~~~~~~~~~~~~~~~~~~~~~
  275. Error occurs in the template of component AdminComponent.
  276.  
  277.  
  278. Error: src/app/modules/admin/admin.component.html:422:59 - error NG8004: No pipe found with name 'translate'.
  279.  
  280. 422 {{'personList.sideList.actions' | translate}}
  281. ~~~~~~~~~
  282.  
  283. src/app/modules/admin/admin.component.ts:22:16
  284. 22 templateUrl: './admin.component.html',
  285. ~~~~~~~~~~~~~~~~~~~~~~~~
  286. Error occurs in the template of component AdminComponent.
  287.  
  288.  
  289. Error: src/app/modules/admin/admin.component.html:428:25 - error NG8001: 'mat-icon' is not a known element:
  290. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  291. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  292.  
  293. 428 <mat-icon class='actionicon'>add_circle</mat-icon>
  294. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295.  
  296. src/app/modules/admin/admin.component.ts:22:16
  297. 22 templateUrl: './admin.component.html',
  298. ~~~~~~~~~~~~~~~~~~~~~~~~
  299. Error occurs in the template of component AdminComponent.
  300.  
  301.  
  302. 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'.
  303.  
  304. 432 class='sideListActionButton' [routerLink]="['/admin/listvodocumenttypecategory']"
  305. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  306.  
  307. src/app/modules/admin/admin.component.ts:22:16
  308. 22 templateUrl: './admin.component.html',
  309. ~~~~~~~~~~~~~~~~~~~~~~~~
  310. Error occurs in the template of component AdminComponent.
  311.  
  312.  
  313. Error: src/app/modules/admin/admin.component.html:434:25 - error NG8001: 'mat-icon' is not a known element:
  314. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  315. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  316.  
  317. 434 <mat-icon class='actionicon'> list </mat-icon>
  318. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  319.  
  320. src/app/modules/admin/admin.component.ts:22:16
  321. 22 templateUrl: './admin.component.html',
  322. ~~~~~~~~~~~~~~~~~~~~~~~~
  323. Error occurs in the template of component AdminComponent.
  324.  
  325.  
  326. Error: src/app/modules/admin/admin.component.html:439:25 - error NG8001: 'mat-icon' is not a known element:
  327. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  328. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  329.  
  330. 439 <mat-icon class='actionicon'> delete </mat-icon>
  331. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332.  
  333. src/app/modules/admin/admin.component.ts:22:16
  334. 22 templateUrl: './admin.component.html',
  335. ~~~~~~~~~~~~~~~~~~~~~~~~
  336. Error occurs in the template of component AdminComponent.
  337.  
  338.  
  339. Error: src/app/modules/admin/admin.component.html:446:9 - error NG8001: 'mat-accordion' is not a known element:
  340. 1. If 'mat-accordion' is an Angular component, then verify that it is part of this module.
  341. 2. If 'mat-accordion' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  342.  
  343. 446 <mat-accordion *ngIf="['/admin/listqualification', '/admin/editqualification'].includes(this.router.url)">
  344. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  345.  
  346. src/app/modules/admin/admin.component.ts:22:16
  347. 22 templateUrl: './admin.component.html',
  348. ~~~~~~~~~~~~~~~~~~~~~~~~
  349. Error occurs in the template of component AdminComponent.
  350.  
  351.  
  352. Error: src/app/modules/admin/admin.component.html:447:13 - error NG8001: 'mat-expansion-panel' is not a known element:
  353. 1. If 'mat-expansion-panel' is an Angular component, then verify that it is part of this module.
  354. 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.
  355.  
  356. 447 <mat-expansion-panel [expanded]="true">
  357. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358.  
  359. src/app/modules/admin/admin.component.ts:22:16
  360. 22 templateUrl: './admin.component.html',
  361. ~~~~~~~~~~~~~~~~~~~~~~~~
  362. Error occurs in the template of component AdminComponent.
  363.  
  364.  
  365. 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'.
  366. 1. If 'mat-expansion-panel' is an Angular component and it has 'expanded' input, then verify that it is part of this module.
  367. 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.
  368. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  369.  
  370. 447 <mat-expansion-panel [expanded]="true">
  371. ~~~~~~~~~~~~~~~~~
  372.  
  373. src/app/modules/admin/admin.component.ts:22:16
  374. 22 templateUrl: './admin.component.html',
  375. ~~~~~~~~~~~~~~~~~~~~~~~~
  376. Error occurs in the template of component AdminComponent.
  377.  
  378.  
  379. Error: src/app/modules/admin/admin.component.html:448:17 - error NG8001: 'mat-expansion-panel-header' is not a known element:
  380. 1. If 'mat-expansion-panel-header' is an Angular component, then verify that it is part of this module.
  381. 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.
  382.  
  383. 448 <mat-expansion-panel-header>
  384. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  385.  
  386. src/app/modules/admin/admin.component.ts:22:16
  387. 22 templateUrl: './admin.component.html',
  388. ~~~~~~~~~~~~~~~~~~~~~~~~
  389. Error occurs in the template of component AdminComponent.
  390.  
  391.  
  392. Error: src/app/modules/admin/admin.component.html:449:21 - error NG8001: 'mat-panel-title' is not a known element:
  393. 1. If 'mat-panel-title' is an Angular component, then verify that it is part of this module.
  394. 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.
  395.  
  396. 449 <mat-panel-title>
  397. ~~~~~~~~~~~~~~~~~
  398.  
  399. src/app/modules/admin/admin.component.ts:22:16
  400. 22 templateUrl: './admin.component.html',
  401. ~~~~~~~~~~~~~~~~~~~~~~~~
  402. Error occurs in the template of component AdminComponent.
  403.  
  404.  
  405. Error: src/app/modules/admin/admin.component.html:451:59 - error NG8004: No pipe found with name 'translate'.
  406.  
  407. 451 {{'personList.sideList.actions' | translate}}
  408. ~~~~~~~~~
  409.  
  410. src/app/modules/admin/admin.component.ts:22:16
  411. 22 templateUrl: './admin.component.html',
  412. ~~~~~~~~~~~~~~~~~~~~~~~~
  413. Error occurs in the template of component AdminComponent.
  414.  
  415.  
  416. Error: src/app/modules/admin/admin.component.html:457:25 - error NG8001: 'mat-icon' is not a known element:
  417. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  418. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  419.  
  420. 457 <mat-icon class='actionicon'>add_circle</mat-icon>
  421. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  422.  
  423. src/app/modules/admin/admin.component.ts:22:16
  424. 22 templateUrl: './admin.component.html',
  425. ~~~~~~~~~~~~~~~~~~~~~~~~
  426. Error occurs in the template of component AdminComponent.
  427.  
  428.  
  429. 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'.
  430.  
  431. 461 class='sideListActionButton' [routerLink]="['/admin/listqualification']"
  432. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  433.  
  434. src/app/modules/admin/admin.component.ts:22:16
  435. 22 templateUrl: './admin.component.html',
  436. ~~~~~~~~~~~~~~~~~~~~~~~~
  437. Error occurs in the template of component AdminComponent.
  438.  
  439.  
  440. Error: src/app/modules/admin/admin.component.html:463:25 - error NG8001: 'mat-icon' is not a known element:
  441. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  442. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  443.  
  444. 463 <mat-icon class='actionicon'> list </mat-icon>
  445. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  446.  
  447. src/app/modules/admin/admin.component.ts:22:16
  448. 22 templateUrl: './admin.component.html',
  449. ~~~~~~~~~~~~~~~~~~~~~~~~
  450. Error occurs in the template of component AdminComponent.
  451.  
  452.  
  453. Error: src/app/modules/admin/admin.component.html:468:25 - error NG8001: 'mat-icon' is not a known element:
  454. 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
  455. 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  456.  
  457. 468 <mat-icon class='actionicon'> delete </mat-icon>
  458. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  459.  
  460. src/app/modules/admin/admin.component.ts:22:16
  461. 22 templateUrl: './admin.component.html',
  462. ~~~~~~~~~~~~~~~~~~~~~~~~
  463. Error occurs in the template of component AdminComponent.
  464.  
  465.  
  466. Error: src/app/modules/admin/admin.component.html:475:5 - error NG8001: 'mat-sidenav-content' is not a known element:
  467. 1. If 'mat-sidenav-content' is an Angular component, then verify that it is part of this module.
  468. 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.
  469.  
  470. 475 <mat-sidenav-content>
  471. ~~~~~~~~~~~~~~~~~~~~~
  472.  
  473. src/app/modules/admin/admin.component.ts:22:16
  474. 22 templateUrl: './admin.component.html',
  475. ~~~~~~~~~~~~~~~~~~~~~~~~
  476. Error occurs in the template of component AdminComponent.
  477.  
  478.  
  479. Error: src/app/modules/admin/admin.component.html:477:9 - error NG8001: 'router-outlet' is not a known element:
  480. 1. If 'router-outlet' is an Angular component, then verify that it is part of this module.
  481. 2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  482.  
  483. 477 <router-outlet (activate)="onActivate($event)"></router-outlet>
  484. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  485.  
  486. src/app/modules/admin/admin.component.ts:22:16
  487. 22 templateUrl: './admin.component.html',
  488. ~~~~~~~~~~~~~~~~~~~~~~~~
  489. Error occurs in the template of component AdminComponent.
  490.  
  491.  
  492. 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'.
  493.  
  494. 44 import { DialogParentQualificationsGridComponent } from './pages/edit-qualification/dialog-parent-qualifications.grid.component';
  495. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  496.  
  497.  
  498. 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
  499. Value could not be determined statically.
  500.  
  501. 50 declarations: [
  502. ~
  503. 51 AdminComponent,
  504. ~~~~~~~~~~~~~~~~~~~
  505. ...
  506. 91 DialogParentQualificationsGridComponent
  507. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  508. 92 ],
  509. ~~~
  510.  
  511. src/app/modules/admin/admin.module.ts:91:5
  512. 91 DialogParentQualificationsGridComponent
  513. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  514. Unknown reference.
  515.  
  516.  
  517. Error: src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
  518.  
  519. 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
  520. ~~~~~~~~~
  521.  
  522. src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
  523. 26 templateUrl: './edit-certificate-type.component.html',
  524. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  525. Error occurs in the template of component EditCertificateTypeComponent.
  526.  
  527.  
  528. Error: src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
  529.  
  530. 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
  531. ~~~~~~~~~
  532.  
  533. src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
  534. 26 templateUrl: './edit-certificate-type.component.html',
  535. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  536. Error occurs in the template of component EditCertificateTypeComponent.
  537.  
  538.  
  539. Error: src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
  540.  
  541. 12 {{'editPerson.header.cancel' | translate}}
  542. ~~~~~~~~~
  543.  
  544. src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
  545. 26 templateUrl: './edit-certificate-type.component.html',
  546. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  547. Error occurs in the template of component EditCertificateTypeComponent.
  548.  
  549.  
  550. 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:
  551. 1. If 'app-certificate-type-form' is an Angular component, then verify that it is part of this module.
  552. 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.
  553.  
  554. 17 <app-certificate-type-form id="certificateTypeForm" style="margin-bottom: 20px"></app-certificate-type-form>
  555. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  556.  
  557. src/app/modules/admin/pages/edit-certificate-type/edit-certificate-type.component.ts:26:16
  558. 26 templateUrl: './edit-certificate-type.component.html',
  559. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  560. Error occurs in the template of component EditCertificateTypeComponent.
  561.  
  562.  
  563. Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
  564.  
  565. 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
  566. ~~~~~~~~~
  567.  
  568. src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
  569. 21 templateUrl: './edit-qualification.component.html',
  570. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  571. Error occurs in the template of component EditQualificationComponent.
  572.  
  573.  
  574. Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
  575.  
  576. 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
  577. ~~~~~~~~~
  578.  
  579. src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
  580. 21 templateUrl: './edit-qualification.component.html',
  581. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  582. Error occurs in the template of component EditQualificationComponent.
  583.  
  584.  
  585. Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
  586.  
  587. 12 {{'editPerson.header.cancel' | translate}}
  588. ~~~~~~~~~
  589.  
  590. src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
  591. 21 templateUrl: './edit-qualification.component.html',
  592. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  593. Error occurs in the template of component EditQualificationComponent.
  594.  
  595.  
  596. Error: src/app/modules/admin/pages/edit-qualification/edit-qualification.component.html:17:7 - error NG8001: 'app-qualification-form' is not a known element:
  597. 1. If 'app-qualification-form' is an Angular component, then verify that it is part of this module.
  598. 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.
  599.  
  600. 17 <app-qualification-form id="qualificationForm" style="margin-bottom: 20px"></app-qualification-form>
  601. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  602.  
  603. src/app/modules/admin/pages/edit-qualification/edit-qualification.component.ts:21:16
  604. 21 templateUrl: './edit-qualification.component.html',
  605. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  606. Error occurs in the template of component EditQualificationComponent.
  607.  
  608.  
  609. 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'.
  610.  
  611. 15 import { DialogParentQualificationsGridComponent } from './dialog-parent-qualifications.grid.component';
  612. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  613.  
  614.  
  615. Error: src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.html:8:73 - error NG8004: No pipe found with name 'translate'.
  616.  
  617. 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
  618. ~~~~~~~~~
  619.  
  620. src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
  621. 23 templateUrl: './edit-timesheet-params.component.html',
  622. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  623. Error occurs in the template of component EditTimesheetParamsComponent.
  624.  
  625.  
  626. Error: src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.html:9:72 - error NG8004: No pipe found with name 'translate'.
  627.  
  628. 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
  629. ~~~~~~~~~
  630.  
  631. src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
  632. 23 templateUrl: './edit-timesheet-params.component.html',
  633. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  634. Error occurs in the template of component EditTimesheetParamsComponent.
  635.  
  636.  
  637. Error: src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.html:12:52 - error NG8004: No pipe found with name 'translate'.
  638.  
  639. 12 {{'editPerson.header.cancel' | translate}}
  640. ~~~~~~~~~
  641.  
  642. src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
  643. 23 templateUrl: './edit-timesheet-params.component.html',
  644. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  645. Error occurs in the template of component EditTimesheetParamsComponent.
  646.  
  647.  
  648. 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:
  649. 1. If 'app-timesheet-params-form' is an Angular component, then verify that it is part of this module.
  650. 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.
  651.  
  652. 20 <app-timesheet-params-form id="timesheetParamsForm" style="margin-bottom: 20px"></app-timesheet-params-form>
  653. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  654.  
  655. src/app/modules/admin/pages/edit-timesheet-params/edit-timesheet-params.component.ts:23:16
  656. 23 templateUrl: './edit-timesheet-params.component.html',
  657. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  658. Error occurs in the template of component EditTimesheetParamsComponent.
  659.  
  660.  
  661. 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'.
  662.  
  663. 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
  664. ~~~~~~~~~
  665.  
  666. src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
  667. 25 templateUrl: './edit-vo-document-type-category.component.html',
  668. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  669. Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
  670.  
  671.  
  672. 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'.
  673.  
  674. 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
  675. ~~~~~~~~~
  676.  
  677. src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
  678. 25 templateUrl: './edit-vo-document-type-category.component.html',
  679. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  680. Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
  681.  
  682.  
  683. 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'.
  684.  
  685. 12 {{'editPerson.header.cancel' | translate}}
  686. ~~~~~~~~~
  687.  
  688. src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
  689. 25 templateUrl: './edit-vo-document-type-category.component.html',
  690. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  691. Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
  692.  
  693.  
  694. 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:
  695. 1. If 'app-vo-document-type-category-form' is an Angular component, then verify that it is part of this module.
  696. 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.
  697.  
  698. 17 <app-vo-document-type-category-form id="voDocumentTypeCategoryForm" style="margin-bottom: 20px"></app-vo-document-type-category-form>
  699. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  700.  
  701. src/app/modules/admin/pages/edit-vo-document-type-category/edit-vo-document-type-category.component.ts:25:16
  702. 25 templateUrl: './edit-vo-document-type-category.component.html',
  703. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  704. Error occurs in the template of component EditVoDocumentTypeCategoryComponent.
  705.  
  706.  
  707. 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'.
  708.  
  709. 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
  710. ~~~~~~~~~
  711.  
  712. src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
  713. 25 templateUrl: './edit-vo-document-type.component.html',
  714. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  715. Error occurs in the template of component EditVoDocumentTypeComponent.
  716.  
  717.  
  718. 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'.
  719.  
  720. 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
  721. ~~~~~~~~~
  722.  
  723. src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
  724. 25 templateUrl: './edit-vo-document-type.component.html',
  725. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  726. Error occurs in the template of component EditVoDocumentTypeComponent.
  727.  
  728.  
  729. 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'.
  730.  
  731. 12 {{'editPerson.header.cancel' | translate}}
  732. ~~~~~~~~~
  733.  
  734. src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
  735. 25 templateUrl: './edit-vo-document-type.component.html',
  736. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  737. Error occurs in the template of component EditVoDocumentTypeComponent.
  738.  
  739.  
  740. 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:
  741. 1. If 'app-vo-document-type-form' is an Angular component, then verify that it is part of this module.
  742. 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.
  743.  
  744. 17 <app-vo-document-type-form id="voDocumentTypeForm" style="margin-bottom: 20px;"></app-vo-document-type-form>
  745. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  746.  
  747. src/app/modules/admin/pages/edit-vo-document-type/edit-vo-document-type.component.ts:25:16
  748. 25 templateUrl: './edit-vo-document-type.component.html',
  749. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  750. Error occurs in the template of component EditVoDocumentTypeComponent.
  751.  
  752.  
  753. Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:8:65 - error NG8004: No pipe found with name 'translate'.
  754.  
  755. 8 <span *ngIf="saving">{{'editPerson.header.saving' | translate}}</span>
  756. ~~~~~~~~~
  757.  
  758. src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
  759. 26 templateUrl: './edit-workcode.component.html',
  760. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  761. Error occurs in the template of component EditWorkcodeComponent.
  762.  
  763.  
  764. Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:9:64 - error NG8004: No pipe found with name 'translate'.
  765.  
  766. 9 <span *ngIf="!saving">{{'editPerson.header.save' | translate}}</span>
  767. ~~~~~~~~~
  768.  
  769. src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
  770. 26 templateUrl: './edit-workcode.component.html',
  771. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  772. Error occurs in the template of component EditWorkcodeComponent.
  773.  
  774.  
  775. Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:12:44 - error NG8004: No pipe found with name 'translate'.
  776.  
  777. 12 {{'editPerson.header.cancel' | translate}}
  778. ~~~~~~~~~
  779.  
  780. src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
  781. 26 templateUrl: './edit-workcode.component.html',
  782. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  783. Error occurs in the template of component EditWorkcodeComponent.
  784.  
  785.  
  786. Error: src/app/modules/admin/pages/edit-workcode/edit-workcode.component.html:17:7 - error NG8001: 'app-workcode-form' is not a known element:
  787. 1. If 'app-workcode-form' is an Angular component, then verify that it is part of this module.
  788. 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.
  789.  
  790. 17 <app-workcode-form id="workcodeForm" style="margin-bottom: 20px"></app-workcode-form>
  791. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  792.  
  793. src/app/modules/admin/pages/edit-workcode/edit-workcode.component.ts:26:16
  794. 26 templateUrl: './edit-workcode.component.html',
  795. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  796. Error occurs in the template of component EditWorkcodeComponent.
  797.  
  798.  
  799. 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:
  800. 1. If 'app-list-file-load-grid' is an Angular component, then verify that it is part of this module.
  801. 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.
  802.  
  803. 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>
  804. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  805.  
  806. src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
  807. 23 templateUrl: './file-load.component.html',
  808. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  809. Error occurs in the template of component FileLoadComponent.
  810.  
  811.  
  812. 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'.
  813. 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.
  814. 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.
  815. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  816.  
  817. 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>
  818. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  819.  
  820. src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
  821. 23 templateUrl: './file-load.component.html',
  822. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  823. Error occurs in the template of component FileLoadComponent.
  824.  
  825.  
  826. 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'.
  827. 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.
  828. 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.
  829. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  830.  
  831. 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>
  832. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  833.  
  834. src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
  835. 23 templateUrl: './file-load.component.html',
  836. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  837. Error occurs in the template of component FileLoadComponent.
  838.  
  839.  
  840. 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:
  841. 1. If 'app-list-user-message-grid' is an Angular component, then verify that it is part of this module.
  842. 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.
  843.  
  844. 6 <app-list-user-message-grid id="listusermessageGrid" style="flex:2" class="documentGrid"></app-list-user-message-grid>
  845. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  846.  
  847. src/app/modules/admin/pages/file-load/file-load.component.ts:23:16
  848. 23 templateUrl: './file-load.component.html',
  849. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  850. Error occurs in the template of component FileLoadComponent.
  851.  
  852.  
  853. Error: src/app/modules/admin/pages/list-certificate-type/list-certificate-type.component.html:10:47 - error NG8004: No pipe found with name 'translate'.
  854.  
  855. 10 {{'personList.clearFilters' | translate}}
  856. ~~~~~~~~~
  857.  
  858. src/app/modules/admin/pages/list-certificate-type/list-certificate-type.component.ts:18:16
  859. 18 templateUrl: './list-certificate-type.component.html',
  860. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  861. Error occurs in the template of component ListCertificateTypeComponent.
  862.  
  863.  
  864. 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:
  865. 1. If 'app-list-certificate-type-grid' is an Angular component, then verify that it is part of this module.
  866. 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.
  867.  
  868. 15 <app-list-certificate-type-grid id="listCertificateTypeGrid" style="flex:1"></app-list-certificate-type-grid>
  869. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  870.  
  871. src/app/modules/admin/pages/list-certificate-type/list-certificate-type.component.ts:18:16
  872. 18 templateUrl: './list-certificate-type.component.html',
  873. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  874. Error occurs in the template of component ListCertificateTypeComponent.
  875.  
  876.  
  877. Error: src/app/modules/admin/pages/list-qualification/list-qualification.component.html:12:47 - error NG8004: No pipe found with name 'translate'.
  878.  
  879. 12 {{'personList.clearFilters' | translate}}
  880. ~~~~~~~~~
  881.  
  882. src/app/modules/admin/pages/list-qualification/list-qualification.component.ts:15:18
  883. 15 templateUrl: './list-qualification.component.html',
  884. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  885. Error occurs in the template of component ListQualificationComponent.
  886.  
  887.  
  888. 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:
  889. 1. If 'app-list-qualification-grid' is an Angular component, then verify that it is part of this module.
  890. 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.
  891.  
  892. 16 <app-list-qualification-grid #listQualificationParentGrid style="flex:1" [qualGridName]="'parentQualificationGrid'"></app-list-qualification-grid>
  893. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  894.  
  895. src/app/modules/admin/pages/list-qualification/list-qualification.component.ts:15:18
  896. 15 templateUrl: './list-qualification.component.html',
  897. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  898. Error occurs in the template of component ListQualificationComponent.
  899.  
  900.  
  901. 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'.
  902. 1. If 'app-list-qualification-grid' is an Angular component and it has 'qualGridName' input, then verify that it is part of this module.
  903. 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.
  904. 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
  905.  
  906. 16 <app-list-qualification-grid #listQualificationParentGrid style="flex:1" [qualGridName]="'parentQualificationGrid'"></app-list-qualification-grid>
  907. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  908.  
  909. src/app/modules/admin/pages/list-qualification/list-qualification.component.ts:15:18
  910. 15 templateUrl: './list-qualification.component.html',
  911. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  912. Error occurs in the template of component ListQualificationComponent.
  913.  
  914.  
  915. Error: src/app/modules/admin/pages/list-timesheet-params/list-timesheet-params.component.html:8:47 - error NG8004: No pipe found with name 'translate'.
  916.  
  917. 8 {{'personList.clearFilters' | translate}}
  918. ~~~~~~~~~
  919.  
  920. src/app/modules/admin/pages/list-timesheet-params/list-timesheet-params.component.ts:21:16
  921. 21 templateUrl: './list-timesheet-params.component.html',
  922. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  923. Error occurs in the template of component ListTimesheetParamsComponent.
  924.  
  925.  
  926. 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:
  927. 1. If 'app-list-timesheet-params-grid' is an Angular component, then verify that it is part of this module.
  928. 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.
  929.  
  930. 12 <app-list-timesheet-params-grid id="listTimeSheetParamsGrid" style="flex:1"></app-list-timesheet-params-grid>
  931. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  932.  
  933. src/app/modules/admin/pages/list-timesheet-params/list-timesheet-params.component.ts:21:16
  934. 21 templateUrl: './list-timesheet-params.component.html',
  935. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  936. Error occurs in the template of component ListTimesheetParamsComponent.
  937.  
  938.  
  939. 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'.
  940.  
  941. 10 {{'personList.clearFilters' | translate}}
  942. ~~~~~~~~~
  943.  
  944. src/app/modules/admin/pages/list-vo-document-type-category/list-vo-document-type-category.component.ts:18:16
  945. 18 templateUrl: './list-vo-document-type-category.component.html',
  946. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  947. Error occurs in the template of component ListVoDocumentTypeCategoryComponent.
  948.  
  949.  
  950. 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:
  951. 1. If 'app-list-vo-document-type-category-grid' is an Angular component, then verify that it is part of this module.
  952. 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.
  953.  
  954. 15 <app-list-vo-document-type-category-grid id="listVoDocumentTypeCategoryGrid" style="flex:1"></app-list-vo-document-type-category-grid>
  955. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  956.  
  957. src/app/modules/admin/pages/list-vo-document-type-category/list-vo-document-type-category.component.ts:18:16
  958. 18 templateUrl: './list-vo-document-type-category.component.html',
  959. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  960. Error occurs in the template of component ListVoDocumentTypeCategoryComponent.
  961.  
  962.  
  963. 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'.
  964.  
  965. 12 {{'personList.clearFilters' | translate}}
  966. ~~~~~~~~~
  967.  
  968. src/app/modules/admin/pages/list-vo-document-type/list-vo-document-type.component.ts:21:16
  969. 21 templateUrl: './list-vo-document-type.component.html',
  970. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  971. Error occurs in the template of component ListVoDocumentTypeComponent.
  972.  
  973.  
  974. 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:
  975. 1. If 'app-list-vo-document-type-grid' is an Angular component, then verify that it is part of this module.
  976. 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.
  977.  
  978. 17 <app-list-vo-document-type-grid id="listVoDocumentTypeGrid" style="flex:1"></app-list-vo-document-type-grid>
  979. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  980.  
  981. src/app/modules/admin/pages/list-vo-document-type/list-vo-document-type.component.ts:21:16
  982. 21 templateUrl: './list-vo-document-type.component.html',
  983. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  984. Error occurs in the template of component ListVoDocumentTypeComponent.
  985.  
  986.  
  987. Error: src/app/modules/admin/pages/list-workcode/list-workcode.component.html:12:47 - error NG8004: No pipe found with name 'translate'.
  988.  
  989. 12 {{'personList.clearFilters' | translate}}
  990. ~~~~~~~~~
  991.  
  992. src/app/modules/admin/pages/list-workcode/list-workcode.component.ts:13:16
  993. 13 templateUrl: './list-workcode.component.html',
  994. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  995. Error occurs in the template of component ListWorkcodeComponent.
  996.  
  997.  
  998. 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:
  999. 1. If 'app-list-workcode-grid' is an Angular component, then verify that it is part of this module.
  1000. 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.
  1001.  
  1002. 16 <app-list-workcode-grid id="listWorkcodeGrid" style="flex:1"></app-list-workcode-grid>
  1003. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1004.  
  1005. src/app/modules/admin/pages/list-workcode/list-workcode.component.ts:13:16
  1006. 13 templateUrl: './list-workcode.component.html',
  1007. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1008. Error occurs in the template of component ListWorkcodeComponent.
  1009.  
  1010.  
  1011.  
  1012.  
  1013. × Failed to compile.
  1014.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement