4800 lines
266 KiB
Plaintext
4800 lines
266 KiB
Plaintext
|
||
> 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]
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:0:0:
|
||
[37m 0 │ [32m[37m
|
||
╵ [32m^[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:2:40:
|
||
[37m 2 │ ...at-icon-button (click)="snav.[32mtoggle[37m()"><mat-icon>menu</mat-icon>...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:2:50:
|
||
[37m 2 │ ...n-button (click)="snav.toggle()">[32m<mat-icon>[37mmenu</mat-icon></button>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:4:2:
|
||
[37m 4 │ [32m<mat-select (selectionChange)="switchLang($event)" [(value)]="sel[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:4:53:
|
||
[37m 4 │ ...ectionChange)="switchLang($event)" [32m[(value)]="selectedLanguageFlag"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:6:4:
|
||
[37m 6 │ [32m<mat-select-trigger>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:9:4:
|
||
[37m 9 │ [32m<mat-option value="fr">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:12:4:
|
||
[37m 12 │ [32m<mat-option value="en">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:18:0:
|
||
[37m 18 │ [32m<mat-sidenav-container>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:19:2:
|
||
[37m 19 │ [32m<mat-sidenav #snav mode="over" style="padding: 0 20px 0 10px;">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:20:4:
|
||
[37m 20 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:21:6:
|
||
[37m 21 │ [32m<mat-icon aria-hidden="false" aria-label="Summary">[37mtimeline<...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:22:71:
|
||
[37m 22 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:22:123:
|
||
[37m 22 │ ...ggle()" skipLocationChange>{{ 'App_Nav_Summary' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:25:4:
|
||
[37m 25 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:26:6:
|
||
[37m 26 │ [32m<mat-icon aria-hidden="false" aria-label="List of jumps">[37mlis...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:27:69:
|
||
[37m 27 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:27:119:
|
||
[37m 27 │ ...toggle()" skipLocationChange>{{ 'App_Nav_Jumps' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:29:4:
|
||
[37m 29 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:30:6:
|
||
[37m 30 │ [32m<mat-icon aria-hidden="false" aria-label="Add jumps">[37madd_cir...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:31:71:
|
||
[37m 31 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:31:123:
|
||
[37m 31 │ ...ggle()" skipLocationChange>{{ 'App_Nav_NewJump' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:34:4:
|
||
[37m 34 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:35:6:
|
||
[37m 35 │ [32m<mat-icon aria-hidden="false" aria-label="List of tunnel fli[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:36:77:
|
||
[37m 36 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:36:135:
|
||
[37m 36 │ ..." skipLocationChange>{{ 'App_Nav_TunnelFlights' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:38:4:
|
||
[37m 38 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:39:6:
|
||
[37m 39 │ [32m<mat-icon aria-hidden="false" aria-label="Add flights in tun[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:40:79:
|
||
[37m 40 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:40:139:
|
||
[37m 40 │ ...skipLocationChange>{{ 'App_Nav_NewTunnelFlight' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:43:4:
|
||
[37m 43 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:44:6:
|
||
[37m 44 │ [32m<mat-icon aria-hidden="false" aria-label="Dropzones">[37mstore</...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:45:67:
|
||
[37m 45 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:45:115:
|
||
[37m 45 │ ...v.toggle()" skipLocationChange>{{ 'App_Nav_Dzs' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:47:4:
|
||
[37m 47 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:48:6:
|
||
[37m 48 │ [32m<mat-icon aria-hidden="false" aria-label="Aircrafts">[37mairplan...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:49:73:
|
||
[37m 49 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:49:127:
|
||
[37m 49 │ ...le()" skipLocationChange>{{ 'App_Nav_Aircrafts' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:51:4:
|
||
[37m 51 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:52:6:
|
||
[37m 52 │ [32m<mat-icon aria-hidden="false" aria-label="List of jump types[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:53:73:
|
||
[37m 53 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:53:127:
|
||
[37m 53 │ ...le()" skipLocationChange>{{ 'App_Nav_JumpTypes' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:55:4:
|
||
[37m 55 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:56:6:
|
||
[37m 56 │ [32m<mat-icon aria-hidden="false" aria-label="List of gears">[37mset...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:57:69:
|
||
[37m 57 │ ...ctive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>{{ 'A...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:57:119:
|
||
[37m 57 │ ...toggle()" skipLocationChange>{{ 'App_Nav_Gears' | [32mtranslate[37m }}</a>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:59:4:
|
||
[37m 59 │ [32m<mat-nav-list *ngIf="currentUser">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:61:6:
|
||
[37m 61 │ [32m<mat-icon aria-hidden="false" aria-label="User account">[37macco...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:62:68:
|
||
[37m 62 │ ...terLinkActive="active" (click)="snav.[32mtoggle[37m()" skipLocationChange>
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:66:4:
|
||
[37m 66 │ [32m<mat-nav-list *ngIf="currentUser">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:67:6:
|
||
[37m 67 │ [32m<mat-icon aria-hidden="false" aria-label="To logout">[37mlogout<...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG1: Property 'toggle' does not exist on type 'HTMLElement'. Did you mean 'ontoggle'?[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:68:26:
|
||
[37m 68 │ <span (click)="snav.[32mtoggle[37m(); logout()" style="cursor: point...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:68:93:
|
||
[37m 68 │ ...style="cursor: pointer;">{{ 'App_Nav_Logout' | [32mtranslate[37m }}</span>
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:72:2:
|
||
[37m 72 │ [32m<mat-sidenav-content>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:73:4:
|
||
[37m 73 │ [32m<router-outlet>[37m</router-outlet>
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8004: No pipe found with name 'translate'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/app.component.html:74:57:
|
||
[37m 74 │ ... right;">{{ 'App_Footer' | [32mtranslate[37m }}{{ version }} - @Sé...
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component AppComponent.
|
||
|
||
src/app/app.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./app.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:2:2:
|
||
[37m 2 │ [32m[formGroup]="createForm"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:8:4:
|
||
[37m 8 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:9:6:
|
||
[37m 9 │ [32m<mat-label>[37m{{ "LoginCreateUser_Firstname" | translate }}</mat...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:17:6:
|
||
[37m 17 │ [32m<mat-error *ngIf="formCtrls['firstname'].hasError('required')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:20:6:
|
||
[37m 20 │ [32m<mat-error *ngIf="formCtrls['firstname'].hasError('minlength[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:26:4:
|
||
[37m 26 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:27:6:
|
||
[37m 27 │ [32m<mat-label>[37m{{ "LoginCreateUser_Lastname" | translate }}</mat...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:35:6:
|
||
[37m 35 │ [32m<mat-error *ngIf="formCtrls['lastname'].hasError('required')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:38:6:
|
||
[37m 38 │ [32m<mat-error *ngIf="formCtrls['lastname'].hasError('minlength')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:44:4:
|
||
[37m 44 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:45:6:
|
||
[37m 45 │ [32m<mat-label>[37m{{ "LoginCreateUser_Email" | translate }}</mat-la...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:53:6:
|
||
[37m 53 │ [32m<mat-error *ngIf="formCtrls['email'].hasError('required')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:56:6:
|
||
[37m 56 │ [32m<mat-error *ngIf="formCtrls['email'].hasError('email')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:62:4:
|
||
[37m 62 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:63:6:
|
||
[37m 63 │ [32m<mat-label>[37m{{ "LoginCreateUser_Username" | translate }}</mat...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:71:6:
|
||
[37m 71 │ [32m<mat-error *ngIf="formCtrls['username'].hasError('required')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:74:6:
|
||
[37m 74 │ [32m<mat-error *ngIf="formCtrls['username'].hasError('minlength')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:80:4:
|
||
[37m 80 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:81:6:
|
||
[37m 81 │ [32m<mat-label>[37m{{ "LoginCreateUser_Password" | translate }}</mat...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:89:6:
|
||
[37m 89 │ [32m<mat-error *ngIf="formCtrls['password'].hasError('required')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/create-user/create-user.component.html:92:6:
|
||
[37m 92 │ [32m<mat-error *ngIf="formCtrls['password'].hasError('pattern')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component CreateUserComponent.
|
||
|
||
src/app/create-user/create-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./create-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/default/default.component.html:4:12:
|
||
[37m 4 │ [32m<mat-icon aria-hidden="false" aria-label="Summary" styl[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component DefaultComponent.
|
||
|
||
src/app/default/default.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./default.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/default/default.component.html:9:12:
|
||
[37m 9 │ [32m<mat-icon aria-hidden="false" aria-label="Add jumps" st[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component DefaultComponent.
|
||
|
||
src/app/default/default.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./default.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/default/default.component.html:14:12:
|
||
[37m 14 │ [32m<mat-icon aria-hidden="false" aria-label="List of jump[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component DefaultComponent.
|
||
|
||
src/app/default/default.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./default.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/jump-infos/jump-infos.component.html:3:7:
|
||
[37m 3 │ <p>[32m<mat-checkbox [(ngModel)]="jump.isSpecial" name="isSpecial" [37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component JumpInfosComponent.
|
||
|
||
src/app/jump-infos/jump-infos.component.ts:13:15:
|
||
[37m 13 │ templateUrl: [32m"./jump-infos.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/jump-infos/jump-infos.component.html:3:21:
|
||
[37m 3 │ <p><mat-checkbox [32m[(ngModel)]="jump.isSpecial"[37m name="isSpecial" ...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component JumpInfosComponent.
|
||
|
||
src/app/jump-infos/jump-infos.component.ts:13:15:
|
||
[37m 13 │ templateUrl: [32m"./jump-infos.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/jump-infos/jump-infos.component.html:4:7:
|
||
[37m 4 │ <p>[32m<mat-checkbox [(ngModel)]="jump.withCutaway" name="withCutaw[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component JumpInfosComponent.
|
||
|
||
src/app/jump-infos/jump-infos.component.ts:13:15:
|
||
[37m 13 │ templateUrl: [32m"./jump-infos.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/jump-infos/jump-infos.component.html:4:21:
|
||
[37m 4 │ ...<p><mat-checkbox [32m[(ngModel)]="jump.withCutaway"[37m name="withCutawa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component JumpInfosComponent.
|
||
|
||
src/app/jump-infos/jump-infos.component.ts:13:15:
|
||
[37m 13 │ templateUrl: [32m"./jump-infos.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/jump-infos/jump-infos.component.html:5:4:
|
||
[37m 5 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component JumpInfosComponent.
|
||
|
||
src/app/jump-infos/jump-infos.component.ts:13:15:
|
||
[37m 13 │ templateUrl: [32m"./jump-infos.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/jump-infos/jump-infos.component.html:6:66:
|
||
[37m 6 │ ...ts" name="comments" [32m[(ngModel)]="jump.notes"[37m name="comments" typ...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component JumpInfosComponent.
|
||
|
||
src/app/jump-infos/jump-infos.component.ts:13:15:
|
||
[37m 13 │ templateUrl: [32m"./jump-infos.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.html:5:21:
|
||
[37m 5 │ <table mat-table [32m[dataSource]="dataSourceTable"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfAircraftsComponent.
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-aircrafts.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.html:25:2:
|
||
[37m 25 │ [32m<mat-paginator [length]="resultsLength" [pageSize]="10">[37m</mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfAircraftsComponent.
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-aircrafts.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.html:25:17:
|
||
[37m 25 │ <mat-paginator [32m[length]="resultsLength"[37m [pageSize]="10"></mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfAircraftsComponent.
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-aircrafts.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.html:25:42:
|
||
[37m 25 │ ...aginator [length]="resultsLength" [32m[pageSize]="10"[37m></mat-paginator>
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfAircraftsComponent.
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-aircrafts.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.html:28:4:
|
||
[37m 28 │ [32m<mat-progress-spinner [mode]="'indeterminate'">[37m</mat-progress-...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfAircraftsComponent.
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-aircrafts.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.html:28:26:
|
||
[37m 28 │ ...at-progress-spinner [32m[mode]="'indeterminate'"[37m></mat-progress-spi...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfAircraftsComponent.
|
||
|
||
src/app/list-of-aircrafts/list-of-aircrafts.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-aircrafts.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:5:4:
|
||
[37m 5 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:6:6:
|
||
[37m 6 │ [32m<mat-label>[37m{{ 'List_Dz_Filter' | translate }}</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:10:21:
|
||
[37m 10 │ <table mat-table [32m[dataSource]="dataSourceTable"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:14:10:
|
||
[37m 14 │ [32m<mat-icon aria-hidden="false" aria-label="Favorite" *ngI[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:16:10:
|
||
[37m 16 │ [32m<mat-icon aria-hidden="false" aria-label="Not favorite" [37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:19:12:
|
||
[37m 19 │ [32m<mat-icon aria-hidden="false" aria-label="URL to the D[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:23:12:
|
||
[37m 23 │ [32m<mat-icon aria-hidden="false" aria-label="Location of [37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:26:12:
|
||
[37m 26 │ [32m<mat-icon aria-hidden="false" aria-label="Contact mail[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:59:2:
|
||
[37m 59 │ [32m<mat-paginator [length]="resultsLength" [pageSize]="20">[37m</mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:59:17:
|
||
[37m 59 │ <mat-paginator [32m[length]="resultsLength"[37m [pageSize]="20"></mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:59:42:
|
||
[37m 59 │ ...aginator [length]="resultsLength" [32m[pageSize]="20"[37m></mat-paginator>
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:62:4:
|
||
[37m 62 │ [32m<mat-progress-spinner [mode]="'indeterminate'">[37m</mat-progress-...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.html:62:26:
|
||
[37m 62 │ ...at-progress-spinner [32m[mode]="'indeterminate'"[37m></mat-progress-spi...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfDzsComponent.
|
||
|
||
src/app/list-of-dzs/list-of-dzs.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-dzs.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-gears/list-of-gears.component.html:5:21:
|
||
[37m 5 │ <table mat-table [32m[dataSource]="dataSourceTable"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfGearsComponent.
|
||
|
||
src/app/list-of-gears/list-of-gears.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-gears.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-gears/list-of-gears.component.html:45:2:
|
||
[37m 45 │ [32m<mat-paginator [length]="resultsLength" [pageSize]="10">[37m</mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfGearsComponent.
|
||
|
||
src/app/list-of-gears/list-of-gears.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-gears.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-gears/list-of-gears.component.html:45:17:
|
||
[37m 45 │ <mat-paginator [32m[length]="resultsLength"[37m [pageSize]="10"></mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfGearsComponent.
|
||
|
||
src/app/list-of-gears/list-of-gears.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-gears.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-gears/list-of-gears.component.html:45:42:
|
||
[37m 45 │ ...aginator [length]="resultsLength" [32m[pageSize]="10"[37m></mat-paginator>
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfGearsComponent.
|
||
|
||
src/app/list-of-gears/list-of-gears.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-gears.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-gears/list-of-gears.component.html:48:4:
|
||
[37m 48 │ [32m<mat-progress-spinner [mode]="'indeterminate'">[37m</mat-progress-...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfGearsComponent.
|
||
|
||
src/app/list-of-gears/list-of-gears.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-gears.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-gears/list-of-gears.component.html:48:26:
|
||
[37m 48 │ ...at-progress-spinner [32m[mode]="'indeterminate'"[37m></mat-progress-spi...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfGearsComponent.
|
||
|
||
src/app/list-of-gears/list-of-gears.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-gears.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:2:8:
|
||
[37m 2 │ <form [32m[formGroup]="imgForm"[37m (ngSubmit)="onSubmit(imgForm.value)" ...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:8:6:
|
||
[37m 8 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:9:8:
|
||
[37m 9 │ [32m<mat-label>[37mComment about the image</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:15:6:
|
||
[37m 15 │ [32m<mat-icon>[37mfile_upload</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:23:19:
|
||
[37m 23 │ <table mat-table [32m[dataSource]="dataSourceTable"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:40:2:
|
||
[37m 40 │ [32m<mat-paginator [length]="resultsLength" [pageSize]="10">[37m</mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:40:17:
|
||
[37m 40 │ <mat-paginator [32m[length]="resultsLength"[37m [pageSize]="10"></mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:40:42:
|
||
[37m 40 │ ...aginator [length]="resultsLength" [32m[pageSize]="10"[37m></mat-paginator>
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-images/list-of-images.component.html:45:2:
|
||
[37m 45 │ [32m<mat-icon aria-hidden="false" aria-label="Rotation" (click)="rot[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfImagesComponent.
|
||
|
||
src/app/list-of-images/list-of-images.component.ts:16:15:
|
||
[37m 16 │ templateUrl: [32m"./list-of-images.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.html:5:21:
|
||
[37m 5 │ <table mat-table [32m[dataSource]="dataSourceTable"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpTypesComponent.
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jump-types.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.html:20:2:
|
||
[37m 20 │ [32m<mat-paginator [length]="resultsLength" [pageSize]="20">[37m</mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpTypesComponent.
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jump-types.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.html:20:17:
|
||
[37m 20 │ <mat-paginator [32m[length]="resultsLength"[37m [pageSize]="20"></mat-pa...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpTypesComponent.
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jump-types.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.html:20:42:
|
||
[37m 20 │ ...aginator [length]="resultsLength" [32m[pageSize]="20"[37m></mat-paginator>
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpTypesComponent.
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jump-types.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.html:23:4:
|
||
[37m 23 │ [32m<mat-progress-spinner [mode]="'indeterminate'">[37m</mat-progress-...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpTypesComponent.
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jump-types.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.html:23:26:
|
||
[37m 23 │ ...at-progress-spinner [32m[mode]="'indeterminate'"[37m></mat-progress-spi...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpTypesComponent.
|
||
|
||
src/app/list-of-jump-types/list-of-jump-types.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jump-types.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:3:49:
|
||
[37m 3 │ ...ton color="accent" [32m[routerLink]="['/newjump']"[37m [routerLinkActive...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:3:77:
|
||
[37m 3 │ ...accent" [routerLink]="['/newjump']" [32m[routerLinkActive]="['active']"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:7:4:
|
||
[37m 7 │ [32m<mat-progress-bar [mode]="'indeterminate'" *ngIf="isLoading">[37m</...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:7:22:
|
||
[37m 7 │ <mat-progress-bar [32m[mode]="'indeterminate'"[37m *ngIf="isLoading"></...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:10:25:
|
||
[37m 10 │ <table mat-table [32m[dataSource]="dataSourceTable"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:14:20:
|
||
[37m 14 │ ... [32m<mat-icon aria-hidden="false" aria-label="Additional [37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:16:20:
|
||
[37m 16 │ ... [32m<mat-icon aria-hidden="false" aria-label="Special jump"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:18:20:
|
||
[37m 18 │ ... [32m<mat-icon aria-hidden="false" aria-label="Special jump"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG9: Property 'length' does not exist on type 'HTMLElement'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:27:33:
|
||
[37m 27 │ ... {{ paginator.[32mlength[37m - ( (paginator.pageIndex * ...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG9: Property 'pageIndex' does not exist on type 'HTMLElement'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:27:55:
|
||
[37m 27 │ ...ator.length - ( (paginator.[32mpageIndex[37m * paginator.pageSize ) + i...
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG9: Property 'pageSize' does not exist on type 'HTMLElement'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:27:77:
|
||
[37m 27 │ ...or.length - ( (paginator.pageIndex * paginator.[32mpageSize[37m ) + i ) }}
|
||
╵ [32m~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:69:20:
|
||
[37m 69 │ ... [32m<mat-icon aria-hidden="false" aria-label="Delete this[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:71:20:
|
||
[37m 71 │ ... [32m<mat-icon aria-hidden="false" aria-label="Update some[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:81:4:
|
||
[37m 81 │ [32m<mat-paginator #paginator [pageSize]="20" (page)="pageChanged([37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:81:30:
|
||
[37m 81 │ ...at-paginator #paginator [32m[pageSize]="20"[37m (page)="pageChanged($ev...
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG5: 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[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.html:81:66:
|
||
[37m 81 │ ...ze]="20" (page)="pageChanged([32m$event[37m)" showFirstLastButtons></ma...
|
||
╵ [32m~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfJumpsComponent.
|
||
|
||
src/app/list-of-jumps/list-of-jumps.component.ts:17:15:
|
||
[37m 17 │ templateUrl: [32m"./list-of-jumps.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:6:6:
|
||
[37m 6 │ [32m[routerLink]="['/newTunnelFlight']"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:7:6:
|
||
[37m 7 │ [32m[routerLinkActive]="['active']"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:14:2:
|
||
[37m 14 │ [32m<mat-progress-bar[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:15:4:
|
||
[37m 15 │ [32m[mode]="'indeterminate'"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:19:2:
|
||
[37m 19 │ [32m<mat-radio-group[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:20:4:
|
||
[37m 20 │ [32m[(ngModel)]="selectedPeriod"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:23:4:
|
||
[37m 23 │ [32m<mat-radio-button value="currentYear">[37m{{
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:26:4:
|
||
[37m 26 │ [32m<mat-radio-button value="12Months">[37m{{
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:29:4:
|
||
[37m 29 │ [32m<mat-radio-button value="all">[37m{{
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:34:2:
|
||
[37m 34 │ [32m<mat-nav-list>[37m
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:35:4:
|
||
[37m 35 │ [32m<mat-list-item matListItemLine *ngFor="let stat of stats">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:59:6:
|
||
[37m 59 │ [32m[dataSource]="dataSourceTable"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.html:122:10:
|
||
[37m 122 │ [32m<mat-icon[37m
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component ListOfTunnelFlightsComponent.
|
||
|
||
src/app/list-of-tunnel-flights/list-of-tunnel-flights.component.ts:18:15:
|
||
[37m 18 │ templateUrl: [32m"./list-of-tunnel-flights.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:5:2:
|
||
[37m 5 │ [32m[formGroup]="loginForm"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:9:4:
|
||
[37m 9 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:10:6:
|
||
[37m 10 │ [32m<mat-label>[37m{{ "LoginUser_Username" | translate }}</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8003: No directive found with exportAs 'matInput'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:14:19:
|
||
[37m 14 │ #username="[32mmatInput[37m"
|
||
╵ [32m~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:18:6:
|
||
[37m 18 │ [32m<mat-error *ngIf="formCtrls['username'].hasError('required')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:21:6:
|
||
[37m 21 │ [32m<mat-error *ngIf="formCtrls['username'].hasError('minlength')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:27:4:
|
||
[37m 27 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:28:6:
|
||
[37m 28 │ [32m<mat-label>[37m{{ "LoginUser_Password" | translate }}</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:35:6:
|
||
[37m 35 │ [32m<mat-error *ngIf="formCtrls['password'].hasError('required')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login-user/login-user.component.html:38:6:
|
||
[37m 38 │ [32m<mat-error *ngIf="formCtrls['password'].hasError('pattern')">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginUserComponent.
|
||
|
||
src/app/login-user/login-user.component.ts:14:15:
|
||
[37m 14 │ templateUrl: [32m"./login-user.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:2:2:
|
||
[37m 2 │ [32m<mat-card style="max-width: 500px;" flex="50">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:3:4:
|
||
[37m 3 │ [32m<mat-card-header style="align-items: center; justify-content: c[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:4:6:
|
||
[37m 4 │ [32m<mat-card-title>[37m{{ 'Login_Title' | translate }}</mat-card-title>
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:6:6:
|
||
[37m 6 │ [32m<mat-select (selectionChange)="switchLang($event)" [(value)]=[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:6:57:
|
||
[37m 6 │ ...ectionChange)="switchLang($event)" [32m[(value)]="selectedLanguageFlag"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:8:8:
|
||
[37m 8 │ [32m<mat-select-trigger>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:11:8:
|
||
[37m 11 │ [32m<mat-option value="fr">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:14:8:
|
||
[37m 14 │ [32m<mat-option value="en">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:20:4:
|
||
[37m 20 │ [32m<mat-card-content>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:21:6:
|
||
[37m 21 │ [32m<mat-tab-group mat-align-tabs="center" animationDuration="0ms">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:22:8:
|
||
[37m 22 │ [32m<mat-tab label="{{ 'Login_Tab_WithUser' | translate }}" ta[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:22:17:
|
||
[37m 22 │ ... <mat-tab [32mlabel="{{ 'Login_Tab_WithUser' | translate }}"[37m tabInd...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:23:10:
|
||
[37m 23 │ [32m<app-login-user>[37m</app-login-user>
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:25:8:
|
||
[37m 25 │ [32m<mat-tab label="{{ 'Login_Tab_CreateUser' | translate }}" [37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:25:17:
|
||
[37m 25 │ ... <mat-tab [32mlabel="{{ 'Login_Tab_CreateUser' | translate }}"[37m tabI...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/login/login.component.html:26:10:
|
||
[37m 26 │ [32m<app-create-user>[37m</app-create-user>
|
||
╵ [32m~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component LoginComponent.
|
||
|
||
src/app/login/login.component.ts:7:15:
|
||
[37m 7 │ templateUrl: [32m"./login.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-aircraft/new-aircraft.component.html:2:8:
|
||
[37m 2 │ <form [32m[formGroup]="addForm"[37m (ngSubmit)="onSubmit(addForm.value)">
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewAircraftComponent.
|
||
|
||
src/app/new-aircraft/new-aircraft.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-aircraft.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-aircraft/new-aircraft.component.html:4:6:
|
||
[37m 4 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewAircraftComponent.
|
||
|
||
src/app/new-aircraft/new-aircraft.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-aircraft.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-aircraft/new-aircraft.component.html:5:8:
|
||
[37m 5 │ [32m<mat-label>[37mAircraft name</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewAircraftComponent.
|
||
|
||
src/app/new-aircraft/new-aircraft.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-aircraft.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:2:8:
|
||
[37m 2 │ <form [32m[formGroup]="addForm"[37m (ngSubmit)="onSubmit(addForm.value)">
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:4:6:
|
||
[37m 4 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:5:8:
|
||
[37m 5 │ [32m<mat-label>[37mDropzone name</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:10:6:
|
||
[37m 10 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:11:8:
|
||
[37m 11 │ [32m<mat-label>[37mGPS</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:16:6:
|
||
[37m 16 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:17:8:
|
||
[37m 17 │ [32m<mat-label>[37mAddress of the DZ</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:22:6:
|
||
[37m 22 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:23:8:
|
||
[37m 23 │ [32m<mat-label>[37mWeb site</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:28:6:
|
||
[37m 28 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:29:8:
|
||
[37m 29 │ [32m<mat-label>[37mMail of contact</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:34:6:
|
||
[37m 34 │ [32m<mat-checkbox formControlName="isDz">[37mIs a dropzone</mat-chec...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.html:37:6:
|
||
[37m 37 │ [32m<mat-checkbox formControlName="isTunnel">[37mIs a tunnel</mat-ch...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewDropZoneComponent.
|
||
|
||
src/app/new-drop-zone/new-drop-zone.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-drop-zone.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:2:8:
|
||
[37m 2 │ <form [32m[formGroup]="addForm"[37m (ngSubmit)="onSubmit(addForm.value)">
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:4:6:
|
||
[37m 4 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:5:8:
|
||
[37m 5 │ [32m<mat-label>[37mName of gear</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:10:6:
|
||
[37m 10 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:11:8:
|
||
[37m 11 │ [32m<mat-label>[37mManufacturer</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:16:6:
|
||
[37m 16 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:17:8:
|
||
[37m 17 │ [32m<mat-label>[37mMin size of canopy</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:22:6:
|
||
[37m 22 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:23:8:
|
||
[37m 23 │ [32m<mat-label>[37mMax size of canopy</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:28:6:
|
||
[37m 28 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:29:8:
|
||
[37m 29 │ [32m<mat-label>[37mAAD system</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:34:6:
|
||
[37m 34 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:35:8:
|
||
[37m 35 │ [32m<mat-label>[37mMain Canopy</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:40:6:
|
||
[37m 40 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-gear/new-gear.component.html:41:8:
|
||
[37m 41 │ [32m<mat-label>[37mReserve canopy</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewGearComponent.
|
||
|
||
src/app/new-gear/new-gear.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./new-gear.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump-type/new-jump-type.component.html:2:8:
|
||
[37m 2 │ <form [32m[formGroup]="addForm"[37m (ngSubmit)="onSubmit(addForm.value)">
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpTypeComponent.
|
||
|
||
src/app/new-jump-type/new-jump-type.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-jump-type.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump-type/new-jump-type.component.html:4:6:
|
||
[37m 4 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpTypeComponent.
|
||
|
||
src/app/new-jump-type/new-jump-type.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-jump-type.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump-type/new-jump-type.component.html:5:8:
|
||
[37m 5 │ [32m<mat-label>[37mJump type name</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpTypeComponent.
|
||
|
||
src/app/new-jump-type/new-jump-type.component.ts:10:15:
|
||
[37m 10 │ templateUrl: [32m"./new-jump-type.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:3:45:
|
||
[37m 3 │ ...tton color="accent" [32m[routerLink]="['/jumps']"[37m [routerLinkActive]...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:3:71:
|
||
[37m 3 │ ...nk]="['/jumps']" [32m[routerLinkActive]="['active']"[37m skipLocationCha...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:4:7:
|
||
[37m 4 │ <p>[32m<mat-checkbox [(ngModel)]="resetForm" labelPosition="before"[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:4:21:
|
||
[37m 4 │ <p><mat-checkbox [32m[(ngModel)]="resetForm"[37m labelPosition="before"...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:8:4:
|
||
[37m 8 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:9:6:
|
||
[37m 9 │ [32m<mat-label>[37m{{ 'NewJump_ChooseJumpType' | translate }}</mat-la...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:10:34:
|
||
[37m 10 │ ..."text" matInput [32m[matAutocomplete]="autoJumpType"[37m [(ngModel)]="s...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:10:67:
|
||
[37m 10 │ ...ut [matAutocomplete]="autoJumpType" [32m[(ngModel)]="selectedJumpType"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:12:6:
|
||
[37m 12 │ [32m<mat-autocomplete #autoJumpType="matAutocomplete" [displayWi[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8003: No directive found with exportAs 'matAutocomplete'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:12:39:
|
||
[37m 12 │ ...complete #autoJumpType="[32mmatAutocomplete[37m" [displayWith]="display...
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:12:56:
|
||
[37m 12 │ ...ete #autoJumpType="matAutocomplete" [32m[displayWith]="displayNameFn"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:13:8:
|
||
[37m 13 │ [32m<mat-option *ngFor="let jumpType of listOfJumpType" [value[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:13:60:
|
||
[37m 13 │ ...option *ngFor="let jumpType of listOfJumpType" [32m[value]="jumpType"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:19:8:
|
||
[37m 19 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:23:4:
|
||
[37m 23 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:24:6:
|
||
[37m 24 │ [32m<mat-label>[37m{{ 'NewJump_ChooseAircraft' | translate }}</mat-l...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:25:34:
|
||
[37m 25 │ ..."text" matInput [32m[matAutocomplete]="autoAircraft"[37m [(ngModel)]="s...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:25:67:
|
||
[37m 25 │ ...ut [matAutocomplete]="autoAircraft" [32m[(ngModel)]="selectedAircraft"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:27:6:
|
||
[37m 27 │ [32m<mat-autocomplete #autoAircraft="matAutocomplete" [displayWi[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8003: No directive found with exportAs 'matAutocomplete'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:27:39:
|
||
[37m 27 │ ...complete #autoAircraft="[32mmatAutocomplete[37m" [displayWith]="display...
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:27:56:
|
||
[37m 27 │ ...ete #autoAircraft="matAutocomplete" [32m[displayWith]="displayNameFn"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:28:8:
|
||
[37m 28 │ [32m<mat-option *ngFor="let aircraft of listOfAircraft" [value[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:28:60:
|
||
[37m 28 │ ...option *ngFor="let aircraft of listOfAircraft" [32m[value]="aircraft"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:34:8:
|
||
[37m 34 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:38:4:
|
||
[37m 38 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:39:6:
|
||
[37m 39 │ [32m<mat-label>[37m{{ 'NewJump_ChooseDz' | translate }}</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:40:34:
|
||
[37m 40 │ ..."text" matInput [32m[matAutocomplete]="autoDropZone"[37m [(ngModel)]="s...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:40:67:
|
||
[37m 40 │ ...matInput [matAutocomplete]="autoDropZone" [32m[(ngModel)]="selectedDz"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:42:6:
|
||
[37m 42 │ [32m<mat-autocomplete #autoDropZone="matAutocomplete" [displayWi[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8003: No directive found with exportAs 'matAutocomplete'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:42:39:
|
||
[37m 42 │ ...complete #autoDropZone="[32mmatAutocomplete[37m" [displayWith]="display...
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:42:56:
|
||
[37m 42 │ ...ete #autoDropZone="matAutocomplete" [32m[displayWith]="displayNameFn"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:43:8:
|
||
[37m 43 │ [32m<mat-option *ngFor="let dropZone of listOfFilteredDropZone[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:43:68:
|
||
[37m 43 │ ...ngFor="let dropZone of listOfFilteredDropZone" [32m[value]="dropZone"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:45:10:
|
||
[37m 45 │ [32m<mat-icon aria-hidden="false" aria-label="Favorite" *ngI[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:50:8:
|
||
[37m 50 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:54:4:
|
||
[37m 54 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:55:6:
|
||
[37m 55 │ [32m<mat-label>[37m{{ 'NewJump_ChooseGear' | translate }}</mat-label>
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:56:34:
|
||
[37m 56 │ ...e="text" matInput [32m[matAutocomplete]="autoGear"[37m [(ngModel)]="sel...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:56:63:
|
||
[37m 56 │ ...mplete]="autoGear" [32m[(ngModel)]="selectedGear"[37m name="selectedGear">
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:57:6:
|
||
[37m 57 │ [32m<mat-autocomplete #autoGear="matAutocomplete" [displayWith]=[37m...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8003: No directive found with exportAs 'matAutocomplete'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:57:35:
|
||
[37m 57 │ ...autocomplete #autoGear="[32mmatAutocomplete[37m" [displayWith]="display...
|
||
╵ [32m~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:57:52:
|
||
[37m 57 │ ...omplete #autoGear="matAutocomplete" [32m[displayWith]="displayGearFn"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:58:8:
|
||
[37m 58 │ [32m<mat-option *ngFor="let gear of listOfGear" [value]="gear">[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:58:52:
|
||
[37m 58 │ <mat-option *ngFor="let gear of listOfGear" [32m[value]="gear"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:64:8:
|
||
[37m 64 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:68:4:
|
||
[37m 68 │ [32m<mat-checkbox [(ngModel)]="withCutaway" name="withCutaway">[37m{{ ...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:68:18:
|
||
[37m 68 │ <mat-checkbox [32m[(ngModel)]="withCutaway"[37m name="withCutaway">{{ ...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:69:4:
|
||
[37m 69 │ [32m<mat-checkbox [(ngModel)]="isSpecial" name="isSpecial">[37m{{ 'New...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:69:18:
|
||
[37m 69 │ <mat-checkbox [32m[(ngModel)]="isSpecial"[37m name="isSpecial">{{ 'New...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:71:4:
|
||
[37m 71 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:72:22:
|
||
[37m 72 │ ... <input matInput [32m[matDatepicker]="beginDateDp"[37m [(ngModel)]="beg...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:72:52:
|
||
[37m 72 │ ...put matInput [matDatepicker]="beginDateDp" [32m[(ngModel)]="beginDate"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:74:6:
|
||
[37m 74 │ [32m<mat-datepicker-toggle matSuffix [for]="beginDateDp">[37m</mat-d...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:74:39:
|
||
[37m 74 │ ...cker-toggle matSuffix [32m[for]="beginDateDp"[37m></mat-datepicker-toggle>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:75:6:
|
||
[37m 75 │ [32m<mat-datepicker #beginDateDp disabled="false">[37m</mat-datepicker>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:78:4:
|
||
[37m 78 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:79:22:
|
||
[37m 79 │ ... <input matInput [32m[matDatepicker]="endDateDp"[37m [(ngModel)]="endD...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:79:50:
|
||
[37m 79 │ ...epicker]="endDateDp" [32m[(ngModel)]="endDate"[37m name="endDate" disab...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:80:6:
|
||
[37m 80 │ [32m<mat-datepicker-toggle matSuffix [for]="endDateDp">[37m</mat-dat...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:80:39:
|
||
[37m 80 │ ...picker-toggle matSuffix [32m[for]="endDateDp"[37m></mat-datepicker-toggle>
|
||
╵ [32m~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:81:6:
|
||
[37m 81 │ [32m<mat-datepicker #endDateDp disabled="false">[37m</mat-datepicker>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:84:4:
|
||
[37m 84 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:85:72:
|
||
[37m 85 │ ...t' | translate }}" [32m[(ngModel)]="exitAltitude"[37m name="exitAltitud...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:88:8:
|
||
[37m 88 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:91:4:
|
||
[37m 91 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:92:74:
|
||
[37m 92 │ ...' | translate }}" [32m[(ngModel)]="deployAltitude"[37m name="deployAlti...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:95:8:
|
||
[37m 95 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:99:4:
|
||
[37m 99 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:100:70:
|
||
[37m 100 │ ...' | translate }}" [32m[(ngModel)]="countOfJumps"[37m name="countOfJump...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:103:8:
|
||
[37m 103 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:107:4:
|
||
[37m 107 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:108:76:
|
||
[37m 108 │ ...ts' | translate }}" [32m[(ngModel)]="comments"[37m name="comments" typ...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:111:8:
|
||
[37m 111 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:120:4:
|
||
[37m 120 │ [32m<mat-progress-spinner [mode]="'indeterminate'">[37m</mat-progress...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-jump/new-jump.component.html:120:26:
|
||
[37m 120 │ ...t-progress-spinner [32m[mode]="'indeterminate'"[37m></mat-progress-spi...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewJumpComponent.
|
||
|
||
src/app/new-jump/new-jump.component.ts:42:15:
|
||
[37m 42 │ templateUrl: [32m"./new-jump.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLink' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:3:45:
|
||
[37m 3 │ ... color="accent" [32m[routerLink]="['/tunnelFlights']"[37m [routerLinkAct...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'routerLinkActive' since it isn't a known property of 'button'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:3:79:
|
||
[37m 3 │ ...tunnelFlights']" [32m[routerLinkActive]="['active']"[37m skipLocationCha...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:7:4:
|
||
[37m 7 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:8:6:
|
||
[37m 8 │ [32m<mat-label>[37m{{ 'NewTunnelFlight_ChooseJumpType' | translate }}...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:9:67:
|
||
[37m 9 │ ...]="autoJumpType" [32m[(ngModel)]="selectedJumpType"[37m name="selectedJu...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:16:8:
|
||
[37m 16 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:20:4:
|
||
[37m 20 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:21:6:
|
||
[37m 21 │ [32m<mat-label>[37m{{ 'NewTunnelFlight_ChooseTunnel' | translate }}<...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:22:67:
|
||
[37m 22 │ ...nput [matAutocomplete]="autoDropZone" [32m[(ngModel)]="selectedTunnel"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:30:8:
|
||
[37m 30 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:34:4:
|
||
[37m 34 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:35:6:
|
||
[37m 35 │ [32m<mat-label>[37m{{ 'NewTunnelFlight_Date_Lbl' | translate }}</mat...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:36:38:
|
||
[37m 36 │ ... [max]="maxDate" [32m[matDatepicker]="flightDateDp"[37m [(ngModel)]="fl...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:36:69:
|
||
[37m 36 │ ...ker]="flightDateDp" [32m[(ngModel)]="flightDate"[37m name="flightDate" ...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:37:6:
|
||
[37m 37 │ [32m<mat-datepicker-toggle matSuffix [for]="flightDateDp">[37m</mat-...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:37:39:
|
||
[37m 37 │ ...cker-toggle matSuffix [32m[for]="flightDateDp"[37m></mat-datepicker-tog...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:38:6:
|
||
[37m 38 │ [32m<mat-datepicker #flightDateDp disabled="false">[37m</mat-datepic...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:41:4:
|
||
[37m 41 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:42:6:
|
||
[37m 42 │ [32m<mat-label>[37m{{ 'NewTunnelFlight_Minutes_Lbl' | translate }}</...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:43:80:
|
||
[37m 43 │ ...unnelFlight_Minutes' | translate }}" [32m[(ngModel)]="minutesOfFlight"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:46:8:
|
||
[37m 46 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:50:4:
|
||
[37m 50 │ [32m<mat-form-field>[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:51:6:
|
||
[37m 51 │ [32m<mat-label>[37m{{ 'NewTunnelFlight_Comments_Lbl' | translate }}<...
|
||
╵ [32m~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:52:84:
|
||
[37m 52 │ ... 'NewTunnelFlight_Comments' | translate }}" [32m[(ngModel)]="comments"[37m
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:55:8:
|
||
[37m 55 │ [32m<mat-icon>[37mclose</mat-icon>
|
||
╵ [32m~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:64:4:
|
||
[37m 64 │ [32m<mat-progress-spinner [mode]="'indeterminate'">[37m</mat-progress-...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: 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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.html:64:26:
|
||
[37m 64 │ ...at-progress-spinner [32m[mode]="'indeterminate'"[37m></mat-progress-spi...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component NewTunnelFlightComponent.
|
||
|
||
src/app/new-tunnel-flight/new-tunnel-flight.component.ts:38:15:
|
||
[37m 38 │ templateUrl: [32m"./new-tunnel-flight.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8001: '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.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:19:4:
|
||
[37m 19 │ [32m<mat-icon[37m
|
||
╵ [32m~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:39:29:
|
||
[37m 39 │ <table mat-table [32m[dataSource]="dsJumpForLastMonthByDz"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:51:29:
|
||
[37m 51 │ ... <table mat-table [32m[dataSource]="dsJumpForLastMonthByJumpType"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:70:29:
|
||
[37m 70 │ <table mat-table [32m[dataSource]="dsJumpForLastYearByDz"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:82:29:
|
||
[37m 82 │ ... <table mat-table [32m[dataSource]="dsJumpForLastYearByJumpType"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:98:25:
|
||
[37m 98 │ <table mat-table [32m[dataSource]="dsNbJumpByDz"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:112:25:
|
||
[37m 112 │ <table mat-table [32m[dataSource]="dsNbJumpByAircraft"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:126:25:
|
||
[37m 126 │ <table mat-table [32m[dataSource]="dsNbJumpByGear"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:140:25:
|
||
[37m 140 │ <table mat-table [32m[dataSource]="dsNbJumpByType"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/summary/summary.component.html:154:25:
|
||
[37m 154 │ <table mat-table [32m[dataSource]="dsNbJumpByYear"[37m>
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component SummaryComponent.
|
||
|
||
src/app/summary/summary.component.ts:22:15:
|
||
[37m 22 │ templateUrl: [32m"./summary.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
[31m✘ [41;31m[[41;97mERROR[41;31m][0m [1mNG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.[0m [1m[35m[plugin angular-compiler][0m
|
||
|
||
src/app/user-profile/user-profile.component.html:4:10:
|
||
[37m 4 │ <form [32m[formGroup]="userForm"[37m (ngSubmit)="onSubmit(userForm.valu...
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
Error occurs in the template of component UserProfileComponent.
|
||
|
||
src/app/user-profile/user-profile.component.ts:11:15:
|
||
[37m 11 │ templateUrl: [32m"./user-profile.component.html"[37m,
|
||
╵ [32m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
||
|
||
|
||
Watch mode enabled. Watching for file changes...
|