Files
SkydiveLogs/Front/skydivelogs-app/error.txt

266 KiB

 
> skydivelogs-app@0.0.0 start
> ng serve
 
Component HMR has been enabled, see https://angular.dev/hmr for more info.
❯ Building...
One or more browsers which are configured in the project's Browserslist configuration will be ignored as ES5 output is not supported by the Angular CLI.
Ignored browsers: kaios 2.5, op_mini all
✔ Building...
Application bundle generation failed. [1.932 seconds]
 
[ERROR] NG8001: 'mat-toolbar' is not a known element:
1. If 'mat-toolbar' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-toolbar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:0:0:
0 │
^
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:2:40:
2 │ ...at-icon-button (click)="snav.toggle()"><mat-icon>menu</mat-icon>...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:2:50:
2 │ ...n-button (click)="snav.toggle()"><mat-icon>menu</mat-icon></button>
~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-select' is not a known element:
1. If 'mat-select' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:4:2:
4 │ <mat-select (selectionChange)="switchLang($event)" [(value)]="sel...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'value' since it isn't a known property of 'mat-select'.
1. If 'mat-select' is an Angular component and it has 'value' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/app.component.html:4:53:
4 │ ...ectionChange)="switchLang($event)" [(value)]="selectedLanguageFlag"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-select-trigger' is not a known element:
1. If 'mat-select-trigger' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-select-trigger' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:6:4:
6 │ <mat-select-trigger>
~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:9:4:
9 │ <mat-option value="fr">
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:12:4:
12 │ <mat-option value="en">
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-sidenav-container' is not a known element:
1. If 'mat-sidenav-container' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-sidenav-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:18:0:
18 │ <mat-sidenav-container>
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-sidenav' is not a known element:
1. If 'mat-sidenav' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-sidenav' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:19:2:
19 │ <mat-sidenav #snav mode="over" style="padding: 0 20px 0 10px;">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:20:4:
20 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:21:6:
21 │ <mat-icon aria-hidden="false" aria-label="Summary">timeline<...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:22:71:
22 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:22:123:
22 │ ...ggle()" skipLocationChange>{{ 'App_Nav_Summary' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:25:4:
25 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:26:6:
26 │ <mat-icon aria-hidden="false" aria-label="List of jumps">lis...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:27:69:
27 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:27:119:
27 │ ...toggle()" skipLocationChange>{{ 'App_Nav_Jumps' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:29:4:
29 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:30:6:
30 │ <mat-icon aria-hidden="false" aria-label="Add jumps">add_cir...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:31:71:
31 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:31:123:
31 │ ...ggle()" skipLocationChange>{{ 'App_Nav_NewJump' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:34:4:
34 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:35:6:
35 │ <mat-icon aria-hidden="false" aria-label="List of tunnel fli...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:36:77:
36 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:36:135:
36 │ ..." skipLocationChange>{{ 'App_Nav_TunnelFlights' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:38:4:
38 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:39:6:
39 │ <mat-icon aria-hidden="false" aria-label="Add flights in tun...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:40:79:
40 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:40:139:
40 │ ...skipLocationChange>{{ 'App_Nav_NewTunnelFlight' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:43:4:
43 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:44:6:
44 │ <mat-icon aria-hidden="false" aria-label="Dropzones">store</...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:45:67:
45 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:45:115:
45 │ ...v.toggle()" skipLocationChange>{{ 'App_Nav_Dzs' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:47:4:
47 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:48:6:
48 │ <mat-icon aria-hidden="false" aria-label="Aircrafts">airplan...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:49:73:
49 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:49:127:
49 │ ...le()" skipLocationChange>{{ 'App_Nav_Aircrafts' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:51:4:
51 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:52:6:
52 │ <mat-icon aria-hidden="false" aria-label="List of jump types...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:53:73:
53 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:53:127:
53 │ ...le()" skipLocationChange>{{ 'App_Nav_JumpTypes' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:55:4:
55 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:56:6:
56 │ <mat-icon aria-hidden="false" aria-label="List of gears">set...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:57:69:
57 │ ...ctive="active" (click)="snav.toggle()" skipLocationChange>{{ 'A...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:57:119:
57 │ ...toggle()" skipLocationChange>{{ 'App_Nav_Gears' | translate }}</a>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:59:4:
59 │ <mat-nav-list *ngIf="currentUser">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:61:6:
61 │ <mat-icon aria-hidden="false" aria-label="User account">acco...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:62:68:
62 │ ...terLinkActive="active" (click)="snav.toggle()" skipLocationChange>
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:66:4:
66 │ <mat-nav-list *ngIf="currentUser">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:67:6:
67 │ <mat-icon aria-hidden="false" aria-label="To logout">logout<...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'? [plugin angular-compiler]
 
src/app/app.component.html:68:26:
68 │ <span (click)="snav.toggle(); logout()" style="cursor: point...
~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:68:93:
68 │ ...style="cursor: pointer;">{{ 'App_Nav_Logout' | translate }}</span>
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-sidenav-content' is not a known element:
1. If 'mat-sidenav-content' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-sidenav-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:72:2:
72 │ <mat-sidenav-content>
~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'router-outlet' is not a known element:
1. If 'router-outlet' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/app.component.html:73:4:
73 │ <router-outlet></router-outlet>
~~~~~~~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8004: No pipe found with name 'translate'. [plugin angular-compiler]
 
src/app/app.component.html:74:57:
74 │ ... right;">{{ 'App_Footer' | translate }}{{ version }} - &#64;Sé...
~~~~~~~~~
 
Error occurs in the template of component AppComponent.
 
src/app/app.component.ts:16:15:
16 │ templateUrl: "./app.component.html",
~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:2:2:
2 │ [formGroup]="createForm"
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:8:4:
8 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:9:6:
9 │ <mat-label>{{ "LoginCreateUser_Firstname" | translate }}</mat...
~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:17:6:
17 │ <mat-error *ngIf="formCtrls['firstname'].hasError('required')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:20:6:
20 │ <mat-error *ngIf="formCtrls['firstname'].hasError('minlength...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:26:4:
26 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:27:6:
27 │ <mat-label>{{ "LoginCreateUser_Lastname" | translate }}</mat...
~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:35:6:
35 │ <mat-error *ngIf="formCtrls['lastname'].hasError('required')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:38:6:
38 │ <mat-error *ngIf="formCtrls['lastname'].hasError('minlength')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:44:4:
44 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:45:6:
45 │ <mat-label>{{ "LoginCreateUser_Email" | translate }}</mat-la...
~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:53:6:
53 │ <mat-error *ngIf="formCtrls['email'].hasError('required')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:56:6:
56 │ <mat-error *ngIf="formCtrls['email'].hasError('email')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:62:4:
62 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:63:6:
63 │ <mat-label>{{ "LoginCreateUser_Username" | translate }}</mat...
~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:71:6:
71 │ <mat-error *ngIf="formCtrls['username'].hasError('required')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:74:6:
74 │ <mat-error *ngIf="formCtrls['username'].hasError('minlength')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:80:4:
80 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:81:6:
81 │ <mat-label>{{ "LoginCreateUser_Password" | translate }}</mat...
~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:89:6:
89 │ <mat-error *ngIf="formCtrls['password'].hasError('required')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/create-user/create-user.component.html:92:6:
92 │ <mat-error *ngIf="formCtrls['password'].hasError('pattern')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component CreateUserComponent.
 
src/app/create-user/create-user.component.ts:14:15:
14 │ templateUrl: "./create-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/default/default.component.html:4:12:
4 │ <mat-icon aria-hidden="false" aria-label="Summary" styl...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component DefaultComponent.
 
src/app/default/default.component.ts:14:15:
14 │ templateUrl: "./default.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/default/default.component.html:9:12:
9 │ <mat-icon aria-hidden="false" aria-label="Add jumps" st...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component DefaultComponent.
 
src/app/default/default.component.ts:14:15:
14 │ templateUrl: "./default.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/default/default.component.html:14:12:
14 │ <mat-icon aria-hidden="false" aria-label="List of jump...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component DefaultComponent.
 
src/app/default/default.component.ts:14:15:
14 │ templateUrl: "./default.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/jump-infos/jump-infos.component.html:3:7:
3 │ <p><mat-checkbox [(ngModel)]="jump.isSpecial" name="isSpecial" ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component JumpInfosComponent.
 
src/app/jump-infos/jump-infos.component.ts:13:15:
13 │ templateUrl: "./jump-infos.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/jump-infos/jump-infos.component.html:3:21:
3 │ <p><mat-checkbox [(ngModel)]="jump.isSpecial" name="isSpecial" ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component JumpInfosComponent.
 
src/app/jump-infos/jump-infos.component.ts:13:15:
13 │ templateUrl: "./jump-infos.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/jump-infos/jump-infos.component.html:4:7:
4 │ <p><mat-checkbox [(ngModel)]="jump.withCutaway" name="withCutaw...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component JumpInfosComponent.
 
src/app/jump-infos/jump-infos.component.ts:13:15:
13 │ templateUrl: "./jump-infos.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/jump-infos/jump-infos.component.html:4:21:
4 │ ...<p><mat-checkbox [(ngModel)]="jump.withCutaway" name="withCutawa...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component JumpInfosComponent.
 
src/app/jump-infos/jump-infos.component.ts:13:15:
13 │ templateUrl: "./jump-infos.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/jump-infos/jump-infos.component.html:5:4:
5 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component JumpInfosComponent.
 
src/app/jump-infos/jump-infos.component.ts:13:15:
13 │ templateUrl: "./jump-infos.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'. [plugin angular-compiler]
 
src/app/jump-infos/jump-infos.component.html:6:66:
6 │ ...ts" name="comments" [(ngModel)]="jump.notes" name="comments" typ...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component JumpInfosComponent.
 
src/app/jump-infos/jump-infos.component.ts:13:15:
13 │ templateUrl: "./jump-infos.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/list-of-aircrafts/list-of-aircrafts.component.html:5:21:
5 │ <table mat-table [dataSource]="dataSourceTable">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfAircraftsComponent.
 
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
17 │ templateUrl: "./list-of-aircrafts.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-aircrafts/list-of-aircrafts.component.html:25:2:
25 │ <mat-paginator [length]="resultsLength" [pageSize]="10"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfAircraftsComponent.
 
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
17 │ templateUrl: "./list-of-aircrafts.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-aircrafts/list-of-aircrafts.component.html:25:17:
25 │ <mat-paginator [length]="resultsLength" [pageSize]="10"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfAircraftsComponent.
 
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
17 │ templateUrl: "./list-of-aircrafts.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-aircrafts/list-of-aircrafts.component.html:25:42:
25 │ ...aginator [length]="resultsLength" [pageSize]="10"></mat-paginator>
~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfAircraftsComponent.
 
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
17 │ templateUrl: "./list-of-aircrafts.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-spinner' is not a known element:
1. If 'mat-progress-spinner' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-aircrafts/list-of-aircrafts.component.html:28:4:
28 │ <mat-progress-spinner [mode]="'indeterminate'"></mat-progress-...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfAircraftsComponent.
 
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
17 │ templateUrl: "./list-of-aircrafts.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-spinner'.
1. If 'mat-progress-spinner' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-aircrafts/list-of-aircrafts.component.html:28:26:
28 │ ...at-progress-spinner [mode]="'indeterminate'"></mat-progress-spi...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfAircraftsComponent.
 
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
17 │ templateUrl: "./list-of-aircrafts.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:5:4:
5 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:6:6:
6 │ <mat-label>{{ 'List_Dz_Filter' | translate }}</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:10:21:
10 │ <table mat-table [dataSource]="dataSourceTable">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:14:10:
14 │ <mat-icon aria-hidden="false" aria-label="Favorite" *ngI...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:16:10:
16 │ <mat-icon aria-hidden="false" aria-label="Not favorite" ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:19:12:
19 │ <mat-icon aria-hidden="false" aria-label="URL to the D...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:23:12:
23 │ <mat-icon aria-hidden="false" aria-label="Location of ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:26:12:
26 │ <mat-icon aria-hidden="false" aria-label="Contact mail...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:59:2:
59 │ <mat-paginator [length]="resultsLength" [pageSize]="20"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:59:17:
59 │ <mat-paginator [length]="resultsLength" [pageSize]="20"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:59:42:
59 │ ...aginator [length]="resultsLength" [pageSize]="20"></mat-paginator>
~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-spinner' is not a known element:
1. If 'mat-progress-spinner' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:62:4:
62 │ <mat-progress-spinner [mode]="'indeterminate'"></mat-progress-...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-spinner'.
1. If 'mat-progress-spinner' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-dzs/list-of-dzs.component.html:62:26:
62 │ ...at-progress-spinner [mode]="'indeterminate'"></mat-progress-spi...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfDzsComponent.
 
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
17 │ templateUrl: "./list-of-dzs.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/list-of-gears/list-of-gears.component.html:5:21:
5 │ <table mat-table [dataSource]="dataSourceTable">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfGearsComponent.
 
src/app/list-of-gears/list-of-gears.component.ts:16:15:
16 │ templateUrl: "./list-of-gears.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-gears/list-of-gears.component.html:45:2:
45 │ <mat-paginator [length]="resultsLength" [pageSize]="10"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfGearsComponent.
 
src/app/list-of-gears/list-of-gears.component.ts:16:15:
16 │ templateUrl: "./list-of-gears.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-gears/list-of-gears.component.html:45:17:
45 │ <mat-paginator [length]="resultsLength" [pageSize]="10"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfGearsComponent.
 
src/app/list-of-gears/list-of-gears.component.ts:16:15:
16 │ templateUrl: "./list-of-gears.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-gears/list-of-gears.component.html:45:42:
45 │ ...aginator [length]="resultsLength" [pageSize]="10"></mat-paginator>
~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfGearsComponent.
 
src/app/list-of-gears/list-of-gears.component.ts:16:15:
16 │ templateUrl: "./list-of-gears.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-spinner' is not a known element:
1. If 'mat-progress-spinner' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-gears/list-of-gears.component.html:48:4:
48 │ <mat-progress-spinner [mode]="'indeterminate'"></mat-progress-...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfGearsComponent.
 
src/app/list-of-gears/list-of-gears.component.ts:16:15:
16 │ templateUrl: "./list-of-gears.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-spinner'.
1. If 'mat-progress-spinner' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-gears/list-of-gears.component.html:48:26:
48 │ ...at-progress-spinner [mode]="'indeterminate'"></mat-progress-spi...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfGearsComponent.
 
src/app/list-of-gears/list-of-gears.component.ts:16:15:
16 │ templateUrl: "./list-of-gears.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:2:8:
2 │ <form [formGroup]="imgForm" (ngSubmit)="onSubmit(imgForm.value)" ...
~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:8:6:
8 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:9:8:
9 │ <mat-label>Comment about the image</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:15:6:
15 │ <mat-icon>file_upload</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:23:19:
23 │ <table mat-table [dataSource]="dataSourceTable">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:40:2:
40 │ <mat-paginator [length]="resultsLength" [pageSize]="10"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:40:17:
40 │ <mat-paginator [length]="resultsLength" [pageSize]="10"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:40:42:
40 │ ...aginator [length]="resultsLength" [pageSize]="10"></mat-paginator>
~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-images/list-of-images.component.html:45:2:
45 │ <mat-icon aria-hidden="false" aria-label="Rotation" (click)="rot...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfImagesComponent.
 
src/app/list-of-images/list-of-images.component.ts:16:15:
16 │ templateUrl: "./list-of-images.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/list-of-jump-types/list-of-jump-types.component.html:5:21:
5 │ <table mat-table [dataSource]="dataSourceTable">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpTypesComponent.
 
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
17 │ templateUrl: "./list-of-jump-types.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jump-types/list-of-jump-types.component.html:20:2:
20 │ <mat-paginator [length]="resultsLength" [pageSize]="20"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpTypesComponent.
 
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
17 │ templateUrl: "./list-of-jump-types.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-jump-types/list-of-jump-types.component.html:20:17:
20 │ <mat-paginator [length]="resultsLength" [pageSize]="20"></mat-pa...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpTypesComponent.
 
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
17 │ templateUrl: "./list-of-jump-types.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-jump-types/list-of-jump-types.component.html:20:42:
20 │ ...aginator [length]="resultsLength" [pageSize]="20"></mat-paginator>
~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpTypesComponent.
 
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
17 │ templateUrl: "./list-of-jump-types.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-spinner' is not a known element:
1. If 'mat-progress-spinner' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jump-types/list-of-jump-types.component.html:23:4:
23 │ <mat-progress-spinner [mode]="'indeterminate'"></mat-progress-...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpTypesComponent.
 
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
17 │ templateUrl: "./list-of-jump-types.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-spinner'.
1. If 'mat-progress-spinner' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-jump-types/list-of-jump-types.component.html:23:26:
23 │ ...at-progress-spinner [mode]="'indeterminate'"></mat-progress-spi...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpTypesComponent.
 
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
17 │ templateUrl: "./list-of-jump-types.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:3:49:
3 │ ...ton color="accent" [routerLink]="['/newjump']" [routerLinkActive...
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:3:77:
3 │ ...accent" [routerLink]="['/newjump']" [routerLinkActive]="['active']"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-bar' is not a known element:
1. If 'mat-progress-bar' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-bar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:7:4:
7 │ <mat-progress-bar [mode]="'indeterminate'" *ngIf="isLoading"></...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-bar'.
1. If 'mat-progress-bar' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-bar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:7:22:
7 │ <mat-progress-bar [mode]="'indeterminate'" *ngIf="isLoading"></...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:10:25:
10 │ <table mat-table [dataSource]="dataSourceTable">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:14:20:
14 │ ... <mat-icon aria-hidden="false" aria-label="Additional ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:16:20:
16 │ ... <mat-icon aria-hidden="false" aria-label="Special jump"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:18:20:
18 │ ... <mat-icon aria-hidden="false" aria-label="Special jump"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG9: Property 'length' does not exist on type 'HTMLElement'. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:27:33:
27 │ ... {{ paginator.length - ( (paginator.pageIndex * ...
~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG9: Property 'pageIndex' does not exist on type 'HTMLElement'. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:27:55:
27 │ ...ator.length - ( (paginator.pageIndex * paginator.pageSize ) + i...
~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG9: Property 'pageSize' does not exist on type 'HTMLElement'. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:27:77:
27 │ ...or.length - ( (paginator.pageIndex * paginator.pageSize ) + i ) }}
~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:69:20:
69 │ ... <mat-icon aria-hidden="false" aria-label="Delete this...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:71:20:
71 │ ... <mat-icon aria-hidden="false" aria-label="Update some...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:81:4:
81 │ <mat-paginator #paginator [pageSize]="20" (page)="pageChanged(...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:81:30:
81 │ ...at-paginator #paginator [pageSize]="20" (page)="pageChanged($ev...
~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG5: Argument of type 'Event' is not assignable to parameter of type 'PageEvent'.
Type 'Event' is missing the following properties from type 'PageEvent': pageIndex, pageSize, length [plugin angular-compiler]
 
src/app/list-of-jumps/list-of-jumps.component.html:81:66:
81 │ ...ze]="20" (page)="pageChanged($event)" showFirstLastButtons></ma...
~~~~~~
 
Error occurs in the template of component ListOfJumpsComponent.
 
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
17 │ templateUrl: "./list-of-jumps.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:6:6:
6 │ [routerLink]="['/newTunnelFlight']"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:7:6:
7 │ [routerLinkActive]="['active']"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-bar' is not a known element:
1. If 'mat-progress-bar' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-bar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:14:2:
14 │ <mat-progress-bar
~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-bar'.
1. If 'mat-progress-bar' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-bar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:15:4:
15 │ [mode]="'indeterminate'"
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-radio-group' is not a known element:
1. If 'mat-radio-group' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-radio-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:19:2:
19 │ <mat-radio-group
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-radio-group'.
1. If 'mat-radio-group' is an Angular component and it has 'ngModel' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-radio-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:20:4:
20 │ [(ngModel)]="selectedPeriod"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-radio-button' is not a known element:
1. If 'mat-radio-button' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-radio-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:23:4:
23 │ <mat-radio-button value="currentYear">{{
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-radio-button' is not a known element:
1. If 'mat-radio-button' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-radio-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:26:4:
26 │ <mat-radio-button value="12Months">{{
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-radio-button' is not a known element:
1. If 'mat-radio-button' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-radio-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:29:4:
29 │ <mat-radio-button value="all">{{
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:34:2:
34 │ <mat-nav-list>
~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-list-item' is not a known element:
1. If 'mat-list-item' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-list-item' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:35:4:
35 │ <mat-list-item matListItemLine *ngFor="let stat of stats">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:59:6:
59 │ [dataSource]="dataSourceTable"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:122:10:
122 │ <mat-icon
~~~~~~~~~
 
Error occurs in the template of component ListOfTunnelFlightsComponent.
 
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
18 │ templateUrl: "./list-of-tunnel-flights.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:5:2:
5 │ [formGroup]="loginForm"
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:9:4:
9 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:10:6:
10 │ <mat-label>{{ "LoginUser_Username" | translate }}</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8003: No directive found with exportAs 'matInput'. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:14:19:
14 │ #username="matInput"
~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:18:6:
18 │ <mat-error *ngIf="formCtrls['username'].hasError('required')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:21:6:
21 │ <mat-error *ngIf="formCtrls['username'].hasError('minlength')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:27:4:
27 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:28:6:
28 │ <mat-label>{{ "LoginUser_Password" | translate }}</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:35:6:
35 │ <mat-error *ngIf="formCtrls['password'].hasError('required')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login-user/login-user.component.html:38:6:
38 │ <mat-error *ngIf="formCtrls['password'].hasError('pattern')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginUserComponent.
 
src/app/login-user/login-user.component.ts:14:15:
14 │ templateUrl: "./login-user.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:2:2:
2 │ <mat-card style="max-width: 500px;" flex="50">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-card-header' is not a known element:
1. If 'mat-card-header' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-card-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:3:4:
3 │ <mat-card-header style="align-items: center; justify-content: c...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:4:6:
4 │ <mat-card-title>{{ 'Login_Title' | translate }}</mat-card-title>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-select' is not a known element:
1. If 'mat-select' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:6:6:
6 │ <mat-select (selectionChange)="switchLang($event)" [(value)]=...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'value' since it isn't a known property of 'mat-select'.
1. If 'mat-select' is an Angular component and it has 'value' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/login/login.component.html:6:57:
6 │ ...ectionChange)="switchLang($event)" [(value)]="selectedLanguageFlag"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-select-trigger' is not a known element:
1. If 'mat-select-trigger' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-select-trigger' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:8:8:
8 │ <mat-select-trigger>
~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:11:8:
11 │ <mat-option value="fr">
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:14:8:
14 │ <mat-option value="en">
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-card-content' is not a known element:
1. If 'mat-card-content' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-card-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:20:4:
20 │ <mat-card-content>
~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-tab-group' is not a known element:
1. If 'mat-tab-group' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-tab-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:21:6:
21 │ <mat-tab-group mat-align-tabs="center" animationDuration="0ms">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:22:8:
22 │ <mat-tab label="{{ 'Login_Tab_WithUser' | translate }}" ta...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'label' since it isn't a known property of 'mat-tab'.
1. If 'mat-tab' is an Angular component and it has 'label' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/login/login.component.html:22:17:
22 │ ... <mat-tab label="{{ 'Login_Tab_WithUser' | translate }}" tabInd...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'app-login-user' is not a known element:
1. If 'app-login-user' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'app-login-user' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:23:10:
23 │ <app-login-user></app-login-user>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:25:8:
25 │ <mat-tab label="{{ 'Login_Tab_CreateUser' | translate }}" ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'label' since it isn't a known property of 'mat-tab'.
1. If 'mat-tab' is an Angular component and it has 'label' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/login/login.component.html:25:17:
25 │ ... <mat-tab label="{{ 'Login_Tab_CreateUser' | translate }}" tabI...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'app-create-user' is not a known element:
1. If 'app-create-user' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'app-create-user' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/login/login.component.html:26:10:
26 │ <app-create-user></app-create-user>
~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component LoginComponent.
 
src/app/login/login.component.ts:7:15:
7 │ templateUrl: "./login.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/new-aircraft/new-aircraft.component.html:2:8:
2 │ <form [formGroup]="addForm" (ngSubmit)="onSubmit(addForm.value)">
~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewAircraftComponent.
 
src/app/new-aircraft/new-aircraft.component.ts:10:15:
10 │ templateUrl: "./new-aircraft.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-aircraft/new-aircraft.component.html:4:6:
4 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewAircraftComponent.
 
src/app/new-aircraft/new-aircraft.component.ts:10:15:
10 │ templateUrl: "./new-aircraft.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-aircraft/new-aircraft.component.html:5:8:
5 │ <mat-label>Aircraft name</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewAircraftComponent.
 
src/app/new-aircraft/new-aircraft.component.ts:10:15:
10 │ templateUrl: "./new-aircraft.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:2:8:
2 │ <form [formGroup]="addForm" (ngSubmit)="onSubmit(addForm.value)">
~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:4:6:
4 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:5:8:
5 │ <mat-label>Dropzone name</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:10:6:
10 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:11:8:
11 │ <mat-label>GPS</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:16:6:
16 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:17:8:
17 │ <mat-label>Address of the DZ</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:22:6:
22 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:23:8:
23 │ <mat-label>Web site</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:28:6:
28 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:29:8:
29 │ <mat-label>Mail of contact</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:34:6:
34 │ <mat-checkbox formControlName="isDz">Is a dropzone</mat-chec...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-drop-zone/new-drop-zone.component.html:37:6:
37 │ <mat-checkbox formControlName="isTunnel">Is a tunnel</mat-ch...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewDropZoneComponent.
 
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
10 │ templateUrl: "./new-drop-zone.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:2:8:
2 │ <form [formGroup]="addForm" (ngSubmit)="onSubmit(addForm.value)">
~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:4:6:
4 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:5:8:
5 │ <mat-label>Name of gear</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:10:6:
10 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:11:8:
11 │ <mat-label>Manufacturer</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:16:6:
16 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:17:8:
17 │ <mat-label>Min size of canopy</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:22:6:
22 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:23:8:
23 │ <mat-label>Max size of canopy</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:28:6:
28 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:29:8:
29 │ <mat-label>AAD system</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:34:6:
34 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:35:8:
35 │ <mat-label>Main Canopy</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:40:6:
40 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-gear/new-gear.component.html:41:8:
41 │ <mat-label>Reserve canopy</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewGearComponent.
 
src/app/new-gear/new-gear.component.ts:11:15:
11 │ templateUrl: "./new-gear.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/new-jump-type/new-jump-type.component.html:2:8:
2 │ <form [formGroup]="addForm" (ngSubmit)="onSubmit(addForm.value)">
~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpTypeComponent.
 
src/app/new-jump-type/new-jump-type.component.ts:10:15:
10 │ templateUrl: "./new-jump-type.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump-type/new-jump-type.component.html:4:6:
4 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpTypeComponent.
 
src/app/new-jump-type/new-jump-type.component.ts:10:15:
10 │ templateUrl: "./new-jump-type.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump-type/new-jump-type.component.html:5:8:
5 │ <mat-label>Jump type name</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewJumpTypeComponent.
 
src/app/new-jump-type/new-jump-type.component.ts:10:15:
10 │ templateUrl: "./new-jump-type.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:3:45:
3 │ ...tton color="accent" [routerLink]="['/jumps']" [routerLinkActive]...
~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:3:71:
3 │ ...nk]="['/jumps']" [routerLinkActive]="['active']" skipLocationCha...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:4:7:
4 │ <p><mat-checkbox [(ngModel)]="resetForm" labelPosition="before"...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:4:21:
4 │ <p><mat-checkbox [(ngModel)]="resetForm" labelPosition="before"...
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:8:4:
8 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:9:6:
9 │ <mat-label>{{ 'NewJump_ChooseJumpType' | translate }}</mat-la...
~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:10:34:
10 │ ..."text" matInput [matAutocomplete]="autoJumpType" [(ngModel)]="s...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:10:67:
10 │ ...ut [matAutocomplete]="autoJumpType" [(ngModel)]="selectedJumpType"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:12:6:
12 │ <mat-autocomplete #autoJumpType="matAutocomplete" [displayWi...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8003: No directive found with exportAs 'matAutocomplete'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:12:39:
12 │ ...complete #autoJumpType="matAutocomplete" [displayWith]="display...
~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:12:56:
12 │ ...ete #autoJumpType="matAutocomplete" [displayWith]="displayNameFn">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:13:8:
13 │ <mat-option *ngFor="let jumpType of listOfJumpType" [value...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:13:60:
13 │ ...option *ngFor="let jumpType of listOfJumpType" [value]="jumpType">
~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:19:8:
19 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:23:4:
23 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:24:6:
24 │ <mat-label>{{ 'NewJump_ChooseAircraft' | translate }}</mat-l...
~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:25:34:
25 │ ..."text" matInput [matAutocomplete]="autoAircraft" [(ngModel)]="s...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:25:67:
25 │ ...ut [matAutocomplete]="autoAircraft" [(ngModel)]="selectedAircraft"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:27:6:
27 │ <mat-autocomplete #autoAircraft="matAutocomplete" [displayWi...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8003: No directive found with exportAs 'matAutocomplete'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:27:39:
27 │ ...complete #autoAircraft="matAutocomplete" [displayWith]="display...
~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:27:56:
27 │ ...ete #autoAircraft="matAutocomplete" [displayWith]="displayNameFn">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:28:8:
28 │ <mat-option *ngFor="let aircraft of listOfAircraft" [value...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:28:60:
28 │ ...option *ngFor="let aircraft of listOfAircraft" [value]="aircraft">
~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:34:8:
34 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:38:4:
38 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:39:6:
39 │ <mat-label>{{ 'NewJump_ChooseDz' | translate }}</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:40:34:
40 │ ..."text" matInput [matAutocomplete]="autoDropZone" [(ngModel)]="s...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:40:67:
40 │ ...matInput [matAutocomplete]="autoDropZone" [(ngModel)]="selectedDz"
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:42:6:
42 │ <mat-autocomplete #autoDropZone="matAutocomplete" [displayWi...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8003: No directive found with exportAs 'matAutocomplete'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:42:39:
42 │ ...complete #autoDropZone="matAutocomplete" [displayWith]="display...
~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:42:56:
42 │ ...ete #autoDropZone="matAutocomplete" [displayWith]="displayNameFn">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:43:8:
43 │ <mat-option *ngFor="let dropZone of listOfFilteredDropZone...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:43:68:
43 │ ...ngFor="let dropZone of listOfFilteredDropZone" [value]="dropZone">
~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:45:10:
45 │ <mat-icon aria-hidden="false" aria-label="Favorite" *ngI...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:50:8:
50 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:54:4:
54 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:55:6:
55 │ <mat-label>{{ 'NewJump_ChooseGear' | translate }}</mat-label>
~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:56:34:
56 │ ...e="text" matInput [matAutocomplete]="autoGear" [(ngModel)]="sel...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:56:63:
56 │ ...mplete]="autoGear" [(ngModel)]="selectedGear" name="selectedGear">
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:57:6:
57 │ <mat-autocomplete #autoGear="matAutocomplete" [displayWith]=...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8003: No directive found with exportAs 'matAutocomplete'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:57:35:
57 │ ...autocomplete #autoGear="matAutocomplete" [displayWith]="display...
~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:57:52:
57 │ ...omplete #autoGear="matAutocomplete" [displayWith]="displayGearFn">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:58:8:
58 │ <mat-option *ngFor="let gear of listOfGear" [value]="gear">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:58:52:
58 │ <mat-option *ngFor="let gear of listOfGear" [value]="gear">
~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:64:8:
64 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:68:4:
68 │ <mat-checkbox [(ngModel)]="withCutaway" name="withCutaway">{{ ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:68:18:
68 │ <mat-checkbox [(ngModel)]="withCutaway" name="withCutaway">{{ ...
~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:69:4:
69 │ <mat-checkbox [(ngModel)]="isSpecial" name="isSpecial">{{ 'New...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:69:18:
69 │ <mat-checkbox [(ngModel)]="isSpecial" name="isSpecial">{{ 'New...
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:71:4:
71 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:72:22:
72 │ ... <input matInput [matDatepicker]="beginDateDp" [(ngModel)]="beg...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:72:52:
72 │ ...put matInput [matDatepicker]="beginDateDp" [(ngModel)]="beginDate"
~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:74:6:
74 │ <mat-datepicker-toggle matSuffix [for]="beginDateDp"></mat-d...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:74:39:
74 │ ...cker-toggle matSuffix [for]="beginDateDp"></mat-datepicker-toggle>
~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:75:6:
75 │ <mat-datepicker #beginDateDp disabled="false"></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:78:4:
78 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:79:22:
79 │ ... <input matInput [matDatepicker]="endDateDp" [(ngModel)]="endD...
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:79:50:
79 │ ...epicker]="endDateDp" [(ngModel)]="endDate" name="endDate" disab...
~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:80:6:
80 │ <mat-datepicker-toggle matSuffix [for]="endDateDp"></mat-dat...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:80:39:
80 │ ...picker-toggle matSuffix [for]="endDateDp"></mat-datepicker-toggle>
~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:81:6:
81 │ <mat-datepicker #endDateDp disabled="false"></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:84:4:
84 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:85:72:
85 │ ...t' | translate }}" [(ngModel)]="exitAltitude" name="exitAltitud...
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:88:8:
88 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:91:4:
91 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:92:74:
92 │ ...' | translate }}" [(ngModel)]="deployAltitude" name="deployAlti...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:95:8:
95 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:99:4:
99 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:100:70:
100 │ ...' | translate }}" [(ngModel)]="countOfJumps" name="countOfJump...
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:103:8:
103 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:107:4:
107 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:108:76:
108 │ ...ts' | translate }}" [(ngModel)]="comments" name="comments" typ...
~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:111:8:
111 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-spinner' is not a known element:
1. If 'mat-progress-spinner' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:120:4:
120 │ <mat-progress-spinner [mode]="'indeterminate'"></mat-progress...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-spinner'.
1. If 'mat-progress-spinner' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-jump/new-jump.component.html:120:26:
120 │ ...t-progress-spinner [mode]="'indeterminate'"></mat-progress-spi...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewJumpComponent.
 
src/app/new-jump/new-jump.component.ts:42:15:
42 │ templateUrl: "./new-jump.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:3:45:
3 │ ... color="accent" [routerLink]="['/tunnelFlights']" [routerLinkAct...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:3:79:
3 │ ...tunnelFlights']" [routerLinkActive]="['active']" skipLocationCha...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:7:4:
7 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:8:6:
8 │ <mat-label>{{ 'NewTunnelFlight_ChooseJumpType' | translate }}...
~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:9:67:
9 │ ...]="autoJumpType" [(ngModel)]="selectedJumpType" name="selectedJu...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:16:8:
16 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:20:4:
20 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:21:6:
21 │ <mat-label>{{ 'NewTunnelFlight_ChooseTunnel' | translate }}<...
~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:22:67:
22 │ ...nput [matAutocomplete]="autoDropZone" [(ngModel)]="selectedTunnel"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:30:8:
30 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:34:4:
34 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:35:6:
35 │ <mat-label>{{ 'NewTunnelFlight_Date_Lbl' | translate }}</mat...
~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:36:38:
36 │ ... [max]="maxDate" [matDatepicker]="flightDateDp" [(ngModel)]="fl...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:36:69:
36 │ ...ker]="flightDateDp" [(ngModel)]="flightDate" name="flightDate" ...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:37:6:
37 │ <mat-datepicker-toggle matSuffix [for]="flightDateDp"></mat-...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:37:39:
37 │ ...cker-toggle matSuffix [for]="flightDateDp"></mat-datepicker-tog...
~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:38:6:
38 │ <mat-datepicker #flightDateDp disabled="false"></mat-datepic...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:41:4:
41 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:42:6:
42 │ <mat-label>{{ 'NewTunnelFlight_Minutes_Lbl' | translate }}</...
~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:43:80:
43 │ ...unnelFlight_Minutes' | translate }}" [(ngModel)]="minutesOfFlight"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:46:8:
46 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:50:4:
50 │ <mat-form-field>
~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:51:6:
51 │ <mat-label>{{ 'NewTunnelFlight_Comments_Lbl' | translate }}<...
~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:52:84:
52 │ ... 'NewTunnelFlight_Comments' | translate }}" [(ngModel)]="comments"
~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:55:8:
55 │ <mat-icon>close</mat-icon>
~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-progress-spinner' is not a known element:
1. If 'mat-progress-spinner' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:64:4:
64 │ <mat-progress-spinner [mode]="'indeterminate'"></mat-progress-...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'mode' since it isn't a known property of 'mat-progress-spinner'.
1. If 'mat-progress-spinner' is an Angular component and it has 'mode' input, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-progress-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@Component.schemas' of this component. [plugin angular-compiler]
 
src/app/new-tunnel-flight/new-tunnel-flight.component.html:64:26:
64 │ ...at-progress-spinner [mode]="'indeterminate'"></mat-progress-spi...
~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component NewTunnelFlightComponent.
 
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
38 │ templateUrl: "./new-tunnel-flight.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is included in the '@Component.imports' of this component.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@Component.schemas' of this component to suppress this message. [plugin angular-compiler]
 
src/app/summary/summary.component.html:19:4:
19 │ <mat-icon
~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:39:29:
39 │ <table mat-table [dataSource]="dsJumpForLastMonthByDz">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:51:29:
51 │ ... <table mat-table [dataSource]="dsJumpForLastMonthByJumpType">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:70:29:
70 │ <table mat-table [dataSource]="dsJumpForLastYearByDz">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:82:29:
82 │ ... <table mat-table [dataSource]="dsJumpForLastYearByJumpType">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:98:25:
98 │ <table mat-table [dataSource]="dsNbJumpByDz">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:112:25:
112 │ <table mat-table [dataSource]="dsNbJumpByAircraft">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:126:25:
126 │ <table mat-table [dataSource]="dsNbJumpByGear">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:140:25:
140 │ <table mat-table [dataSource]="dsNbJumpByType">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'. [plugin angular-compiler]
 
src/app/summary/summary.component.html:154:25:
154 │ <table mat-table [dataSource]="dsNbJumpByYear">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component SummaryComponent.
 
src/app/summary/summary.component.ts:22:15:
22 │ templateUrl: "./summary.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
[ERROR] NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'. [plugin angular-compiler]
 
src/app/user-profile/user-profile.component.html:4:10:
4 │ <form [formGroup]="userForm" (ngSubmit)="onSubmit(userForm.valu...
~~~~~~~~~~~~~~~~~~~~~~
 
Error occurs in the template of component UserProfileComponent.
 
src/app/user-profile/user-profile.component.ts:11:15:
11 │ templateUrl: "./user-profile.component.html",
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
Watch mode enabled. Watching for file changes...