Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wellington1993/6e244e2ee588dca98a02f6ffe0057b45 to your computer and use it in GitHub Desktop.
Save wellington1993/6e244e2ee588dca98a02f6ffe0057b45 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
Build at: 2023-05-19T11:53:07.785Z - Hash: b765d84b93fd120f - Time: 23302ms
./src/app/app.module.ts:197:670-691 - Error: export 'NgxMaskModule' (imported as 'NgxMaskModule') was not found in 'ngx-mask' (possible exports: INITIAL_CONFIG, NEW_CONFIG, NGX_MASK_CONFIG, NgxMaskApplierService, NgxMaskDirective, NgxMaskPipe, NgxMaskService, initialConfig, provideEnvironmentNgxMask, provideNgxMask, timeMasks, withoutValidation)
./src/app/app.module.ts:197:753-772 - Error: export 'TippyModule' (imported as 'TippyModule') was not found in '@ngneat/helipopper' (possible exports: TIPPY_CONFIG, TIPPY_REF, TippyDirective, TippyService, inView, overflowChanges, popperVariation, provideTippyConfig, tooltipVariation, withContextMenuVariation)
Error: src/app/app.component.html:1:1 - error NG8001: 'app-header' is not a known element:
1. If 'app-header' is an Angular component, then verify that it is part of this module.
2. If 'app-header' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <app-header></app-header>
~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:2:1 - error NG8001: 'mat-progress-bar' is not a known element:
1. If 'mat-progress-bar' is an Angular component, then verify that it is part of this module.
2. If 'mat-progress-bar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-progress-bar
~~~~~~~~~~~~~~~~~
3 *ngIf="loading" color="accent" mode="indeterminate">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:5:1 - error NG8001: 'app-nav' is not a known element:
1. If 'app-nav' is an Angular component, then verify that it is part of this module.
2. If 'app-nav' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <app-nav></app-nav>
~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:8:37 - error NG8004: No pipe found with name 'date'.
8 Visitado em: {{loadedDateTime | date: 'medium'}}
~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:10:3 - error NG8001: 'router-outlet' is not a known element:
1. If 'router-outlet' is an Angular component, then verify that it is part of this module.
2. If 'router-outlet' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
10 <router-outlet></router-outlet>
~~~~~~~~~~~~~~~
src/app/app.component.ts0m:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.component.html:12:1 - error NG8001: 'app-footer' is not a known element:
1. If 'app-footer' is an Angular component, then verify that it is part of this module.
2. If 'app-footer' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <app-footer></app-footer>
~~~~~~~~~~~~
src/app/app.component.ts:7:16
7 templateUrl: './app.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
Error: src/app/app.module.ts:45:10 - error TS2305: Module '"ngx-mask"' has no exported member 'NgxMaskModule'.
45 import { NgxMaskModule, IConfig } from 'ngx-mask';
~~~~~~~~~~~~~
Error: src/app/app.module.ts:177:10 - error TS2305: Module '"@ngneat/helipopper"' has no exported member 'TippyModule'.
177 import { TippyModule, tooltipVariation, popperVariation } from '@ngneat/helipopper';
~~~~~~~~~~~
Error: src/app/app.module.ts:346:12 - error NG1010: Value
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="col-6 row">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:2:3 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-label>Tipo Instrumento: </mat-label>
~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:5:16 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
5 matInput [matAutocomplete]="autoTipoInstrumento"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:6:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
6 [(ngModel)]="versaoExame.tipo_instrumento_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:6:20 - error TS2322: Type 'Event' is not assignable to type 'number'.
6 [(ngModel)]="versaoExame.tipo_instrumento_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 (ngModelChange)="search()"
~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:11:1 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
11 <mat-autocomplete #autoTipoInstrumento="matAutocomplete" [displayWith]="displayFn(tipoInstrumentos)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:11:41 - error NG8003: No directive found with exportAs 'matAutocomplete'.
11 <mat-autocomplete #autoTipoInstrumento="matAutocomplete" [displayWith]="displayFn(tipoInstrumentos)">
~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:11:58 - error NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
11 <mat-autocomplete #autoTipoInstrumento="matAutocomplete" [displayWith]="displayFn(tipoInstrumentos)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:12:3 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-option *ngFor="let tipoInstrumento of tipoInstrumentos" [value]="tipoInstrumento.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.html:12:64 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
12 <mat-option *ngFor="let tipoInstrumento of tipoInstrumentos" [value]="tipoInstrumento.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-tipo-interfaceamento/autocomplete-tipo-interfaceamento.component.ts:12:16
12 templateUrl: './autocomplete-tipo-interfaceamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutocompleteTipoInterfaceamentoComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:1:1 - error[0m NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="col-5">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:2:2 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-label>Tipo exame:</mat-label>
~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:5:14 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
5 matInput [matAutocomplete]="auto"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:6:5 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
6 [(ngModel)]="this.tipoExame!.id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:6:18 - error TS2322: Type 'Event' is not assignable to type 'number'.
6 [(ngModel)]="this.tipoExame!.id"
~~~~~~~~~~~~~~~~~~~
7 (ngModelChange)="search()"
~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:9:3 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
9 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(tipoExames)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:9:28 - error NG8003: No directive found with exportAs 'matAutocomplete'.
9 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(tipoExames)">
~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:9:45 - error NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
9 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(tipoExames)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:10:5 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
10 <mat-option *ngFor="let tipoExame of tipoExames" [value]="tipoExame.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.html:10:54 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
10 <mat-option *ngFor="let tipoExame of tipoExames" [value]="tipoExame.id">
~~~~~~~~~~~~~~~~~~~~~~
src/app/components/auto-complete/autocomplete-versao-exame/autocomplete-versao-exame.component.ts:12:16
12 templateUrl: './autocomplete-versao-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AutoCompleteVersaoExameComponent.
Error: src/app/components/config/backend-ip/backend-ip.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/config/backend-ip/backend-ip.component.ts:8:16
8 templateUrl: './backend-ip.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component BackendIpComponent.
Error: src/app/components/config/backend-ip/backend-ip.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Backend IP</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/config/backend-ip/backend-ip.component.ts:8:16
8 templateUrl: './backend-ip.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component BackendIpComponent.
Error: src/app/components/config/backend-ip/backend-ip.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/config/backend-ip/backend-ip.component.ts:8:16
8 templateUrl: './backend-ip.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component BackendIpComponent.
Error: src/app/components/config/backend-ip/backend-ip.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="backendIp.ip"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/config/backend-ip/backend-ip.component.ts:8:16
8 templateUrl: './backend-ip.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component BackendIpComponent.
Error: src/app/components/config/backend-ip/backend-ip.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="backendIp.ip"
~~~~~~~~~~~~~
9 name="ip"
~~~~~~
src/app/components/config/backend-ip/backend-ip.component.ts:8:16
8 templateUrl: './backend-ip.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component BackendIpComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:2:3 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-label>Buscar Amostra</mat-label>
~~~~~~~~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:17:5 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
17 <mat-icon>close</mat-icon>
~~~~~~~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:37:54 - error NG8004: No pipe found with name 'date'.
37 <td class="mat-cell">{{ amostra.created_at | date: "dd/MM/yyyy" }}</td>
~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:72:13 - error NG8002: Can't bind to 'tippy' since it isn't a known property of 'td'.
72 [tippy]="consultaStatusAlt(exameAmostra?.exame?.status)"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:73:13 - error NG8002: Can't bind to 'ngStyle' since it isn't a known property of 'td'.
73 [ngStyle]="{ color: consultaStatus(exameAmostra?.exame?.status) }"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:78:51 - error NG8004: No pipe found with name 'date'.
78 {{ exameAmostra.exame?.data_entrega | date: "dd/MM/yyyy" }}
~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:81:58 - error NG8004: No pipe found with name 'date'.
81 {{ exameAmostra.exame?.data_hora_resultado | date: "dd/MM/yyyy" }}
~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:84:58 - error NG8004: No pipe found with name 'date'.
84 {{ exameAmostra.exame?.data_hora_resultado | date: "dd/MM/yyyy" }}
~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:87:58 - error NG8004: No pipe found with name 'date'.
87 {{ exameAmostra.exame?.data_hora_aprovacao | date: "dd/MM/yyyy" }}
~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.html:94:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
94 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/consulta-amostra/consulta-amostra-show/consulta-amostra-show.component.ts:23:16
23 templateUrl: './consulta-amostra-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConsultaAmostraShowComponent.
Error: src/app/components/dominio/dominio.component.html:6:9 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-icon>add</mat-icon>
~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:11:33 - error NG8003: No directive found with exportAs 'ngForm'.
11 <form #formCreateDominio="ngForm">
~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:12:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill" class="col-lg-5 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:13:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-label>Descrição:</mat-label>
~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:21:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
21 [(ngModel)]="currentRecord.descricao"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:22:26 - error NG8003: No directive found with exportAs 'ngModel'.
22 #descricao2="ngModel"
~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:27:11 - error NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is part of this module.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
27 <mat-error *ngIf="descricao2.invalid && (descricao2.dirty || descricao2.touched)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:34:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
34 <mat-form-field appearance="fill" class="col-lg-5 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:35:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
35 <mat-label>Num. Ordem:</mat-label>
~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:43:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
43 [(ngModel)]="currentRecord.num_ordem"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:44:25 - error NG8003: No directive found with exportAs 'ngModel'.
44 #num_ordem="ngModel"
~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:47:11 - error NG8001: 'mat-error' is not a known element:
1. If 'mat-error' is an Angular component, then verify that it is part of this module.
2. If 'mat-error' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
47 <mat-error *ngIf="num_ordem.invalid && (num_ordem.dirty || num_ordem.touched)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:69:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
69 [dataSource]="datasource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:96:15 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
96 <mat-icon class="edit">edit</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:102:17 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
102 <mat-icon class="delete">delete</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:107:13 - error NG8001: 'mat-dialog-content' is not a known element:
1. If 'mat-dialog-content' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
107 <mat-dialog-content class="mat-typography">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:110:13 - error NG8001: 'mat-dialog-actions' is not a known element:
1. If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-actions' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
110 <mat-dialog-actions align="end">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:112:34 - error NG8002: Can't bind to 'mat-dialog-close' since it isn't a known property of 'button'.
112 <button mat-button [mat-dialog-close]="true">Apagar</button>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:122:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
122 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123 [pageSizeOptions]="[10, 20, 50]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:122:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
122 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:122:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
122 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/dominio/dominio.component.html:123:3 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
123 [pageSizeOptions]="[10, 20, 50]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/dominio/dominio.component.ts:16:16
16 templateUrl: './dominio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component DominioComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title *ngIf="!fromOperadora">Nova Empresa</mat-card-title>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:3:29 - error NG8003: No directive found with exportAs 'ngForm'.
3 <form #formCreateEmpresa="ngForm">
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.tsm:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:12:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
12 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:12:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
12 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~
13 #razao_social="ngModel"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:13:24 - error NG8003: No directive found with exportAs 'ngModel'.
13 #razao_social="ngModel"
~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts0m:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:30:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:38:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
38 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:38:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
38 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~
39 #nome_fantasia="ngModel"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:39:25 - error NG8003: No directive found with exportAs 'ngModel'.
39 #nome_fantasia="ngModel"
~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:57:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: [39msrc/app/components/empresa/empresa-create/empresa-create.component.html:67:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
67 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:67:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
67 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~
68 #cnpj="ngModel"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:68:16 - error NG8003: No directive found with exportAs 'ngModel'.
68 #cnpj="ngModel"
~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:78:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
78 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:88:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
88 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:88:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
88 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
89 #inscricao_estadual="ngModel"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:89:30 - error NG8003: No directive found with exportAs 'ngModel'.
89 #inscricao_estadual="ngModel"
~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:107:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
107 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:111:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
111 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:111:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
111 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~
112 name="endereco"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:115:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
115 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:119:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
119 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:119:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
119 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~
120 name="Bairro"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:123:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
123 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:124:41 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
124 <input matInput placeholder="CEP" [(ngModel)]="empresa.cep" name="cep" />
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:124:54 - error TS2322: Type 'Event' is not assignable to type 'string'.
124 <input matInput placeholder="CEP" [(ngModel)]="empresa.cep" name="cep" />
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:126:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
126 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:132:18 - error NG8002: Can't bind to 'formControl' since it isn't a known property of 'input'.
132 matInput [formControl]="formControl2"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:133:9 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
133 [matAutocomplete]="autoCity"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:134:9 - error NG8002: [0mCan't bind to 'ngModel' since it isn't a known property of 'input'.
134 [(ngModel)]="this.empresa.cidade"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:134:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
134 [(ngModel)]="this.empresa.cidade"
~~~~~~~~~~~~~~~~~~~~
135 />
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:136:7 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
136 <mat-autocomplete [displayWith]="displayFn" autoActiveFirstOption #autoCity="matAutocomplete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
7m11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:136:25 - error NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
136 <mat-autocomplete [displayWith]="displayFn" autoActiveFirstOption #autoCity="matAutocomplete">
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:136:84 - error NG8003: No directive found with exportAs 'matAutocomplete'.
136 <mat-autocomplete [displayWith]="displayFn" autoActiveFirstOption #autoCity="matAutocomplete">
~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:137:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
137 <mat-option *ngFor="let city of cityFilter | async" [value]="city">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:137:61 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
137 <mat-option *ngFor="let city of cityFilter | async" [value]="city">
~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:142:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
142 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:148:18 - error NG8002: Can't bind to 'formControl' since it isn't a known property of 'input'.
148 matInput [formControl]="formControl1"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:149:9 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
149 [matAutocomplete]="autoState"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:150:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
150 [(ngModel)]="this.empresa.uf"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:150:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
150 [(ngModel)]="this.empresa.uf"
~~~~~~~~~~~~~~~~
151 />
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:152:7 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
152 <mat-autocomplete autoActiveFirstOption #autoState="matAutocomplete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:152:59 - error NG8003: No directive found with exportAs 'matAutocomplete'.
152 <mat-autocomplete autoActiveFirstOption #autoState="matAutocomplete">
~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:153:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
153 <mat-option *ngFor="let state of stateFilter | async" [value]="state">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:153:63 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
153 <mat-option *ngFor="let state of stateFilter | async" [value]="state">
~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:158:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
158 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:163:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
163 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:163:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
163 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~
164 name="telefone"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:167:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
167 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:172:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
172 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:172:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
172 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~
173 name="fax"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:176:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
176 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:180:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
180 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:180:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
180 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~
181 name="nome_contato"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:184:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
184 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:191:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
191 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:191:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
191 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~
192 #email="ngModel"
~~~~~~
96msrc/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:192:17 - error NG8003: No directive found with exportAs 'ngModel'.
192 #email="ngModel"
~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:202:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
202 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:206:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
206 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:206:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
206 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
207 name="cod_ibge_municipio"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:210:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
210 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:214:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
214 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:214:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
214 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~
215 name="numero"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:218:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
218 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:222:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
222 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:222:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
222 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~
223 name="alvara"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:226:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
226 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:230:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
230 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-create/empresa-create.component.html:230:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
230 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~
231 name="alvara_uf"
~~~~~~
src/app/components/empresa/empresa-create/empresa-create.component.ts:11:16
11 templateUrl: './empresa-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaCreateComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Excluir Empresa</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
40m <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~
9 name="razao_social"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:16:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
16 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:16:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
16 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~
17 name="nome_fantasia"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:20:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:24:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
24 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:24:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
24 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~
25 name="cnpj"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:93m16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:28:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:32:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
32 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:32:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
32 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
33 name="inscricao_estadual"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:36:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
36 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:40:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
40 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:40:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
40 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~
41 name="endereco"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:44:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
44 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:48:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
48 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:48:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
48 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~
49 name="Bairro"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:52:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
52 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:56:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
56 [(ngModel)]="empresa.cep"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:56:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
56 [(ngModel)]="empresa.cep"
~~~~~~~~~~~~
57 name="cep"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:60:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
60 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: msrc/app/components/empresa/empresa-delete/empresa-delete.component.html:64:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
64 [(ngModel)]="empresa.cidade"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:64:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
64 [(ngModel)]="empresa.cidade"
~~~~~~~~~~~~~~~
65 name="cidade"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:68:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
68 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:72:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
72 [(ngModel)]="empresa.uf"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:72:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
72 [(ngModel)]="empresa.uf"
~~~~~~~~~~~
73 name="uf"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:76:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
76 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:80:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
80 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:80:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
80 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~
81 name="telefone"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:84:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
84 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:88:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
88 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:88:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
88 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~
89 name="fax"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:92:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
92 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:96:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
96 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:96:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
96 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~
97 name="nome_contato"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:100:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
100 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:104:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
104 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:104:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
104 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~
105m name="email"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:108:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
108 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:112:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
112 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:112:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
112 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
113 name="cod_ibge_municipio"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:116:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
116 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:120:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
120 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:120:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
120 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~
121 name="numero"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:124:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
124 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:128:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
128 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:128:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
128 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~
129 name="alvara"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:132:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
132 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:136:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
136 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-delete/empresa-delete.component.html:136:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
136 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~
137 name="alvara_uf"
~~~~~~
src/app/components/empresa/empresa-delete/empresa-delete.component.ts:8:16
8 templateUrl: './empresa-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaDeleteComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:2:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:6:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:7:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:14:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
14 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:71:61 - error NG8004: No pipe found with name 'mask'.
71 <td mat-cell *matCellDef="let row">{{ row?.telefone | mask:'(00) 00000-0000 || (00) 0000-0000'}}</td>
~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:84:30 - error NG8004: No pipe found with name 'date'.
84 {{ row?.created_at | date: "dd/MM/yyyy" }}
~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:92:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
92 <a routerLink="/empresas/update/{{ row.id }}" class="edit">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:95:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
95 <a routerLink="/empresas/delete/{{ row.id }}" class="delete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:98:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
98 <a routerLink="/empresas/show/{{ row.id }}" class="show">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:108:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
108 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:108:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
108 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:108:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
108 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:109:3 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
109 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-read/empresa-read.component.html:112:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
112 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/empresa/empresa-read/empresa-read.component.ts:20:16
20 templateUrl: './empresa-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaReadComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:2:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:4:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
6m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:16:38 - error NG8004: No pipe found with name 'mask'.
16 CNPJ: {{(empresa.cnpj || '') | mask:'00.000.000/0000-00'}}
~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:19:62 - error NG8004: No pipe found with name 'mask'.
19 Insc. Estadual: {{(empresa.inscricao_estadual || '') | mask: '000.000.000.000'}}
~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:22:36 - error NG8004: No pipe found with name 'mask'.
22 Faz: {{(empresa.fax || '') | mask:'(00) 0000-0000'}}
~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:43:44 - error NG8004: No pipe found with name 'date'.
43 Cadastrada em: {{empresa.criado_em | date: "dd/MM/yyyy"}}
~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:48:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
48 <mat-card>
~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:49:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
49 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:51:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
51 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:61:46 - error NG8004: No pipe found with name 'mask'.
61 Telefone: {{(empresa.telefone || '') | mask:'(00) 00000-0000 || (00) 0000-0000'}}
~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:66:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
66 <mat-card>
~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:67:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
67 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-show/empresa-show.component.html:69:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
69 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-show/empresa-show.component.ts:8:16
8 templateUrl: './empresa-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaShowComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title *ngIf="!fromOperadora">Editar Empresa</mat-card-title>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:3:29 - error NG8003: No directive found with exportAs 'ngForm'.
3 <form #formUpdateEmpresa="ngForm">
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:12:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
12 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:12:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
12 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~
13 #razao_social="ngModel"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:13:24 - error NG8003: No directive found with exportAs 'ngModel'.
13 #razao_social="ngModel"
~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:30:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:38:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
38 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:38:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
38 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~
39 #nome_fantasia="ngModel"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:39:25 - error NG8003: No directive found with exportAs 'ngModel'.
39 #nome_fantasia="ngModel"
~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:57:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:67:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
67 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:67:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
67 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~
68 #cnpj="ngModel"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:68:16 - error NG8003: No directive found with exportAs 'ngModel'.
68 #cnpj="ngModel"
~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:78:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
78 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:88:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
88 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:88:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
88 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
89 #inscricao_estadual="ngModel"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:89:30 - error NG8003: No directive found with exportAs 'ngModel'.
89 #inscricao_estadual="ngModel"
~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:107:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
107 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:111:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
111 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:111:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
111 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~
112 name="endereco"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:115:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
115 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:119:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
119 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:119:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
119 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~
120 name="Bairro"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:123:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
123 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:124:41 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
124 <input matInput placeholder="CEP" [(ngModel)]="empresa.cep" name="cep" />
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:124:54 - error TS2322: Type 'Event' is not assignable to type 'string'.
124 <input matInput placeholder="CEP" [(ngModel)]="empresa.cep" name="cep" />
~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:126:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
126 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:130:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
130 [(ngModel)]="empresa.cidade"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:130:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
130 [(ngModel)]="empresa.cidade"
~~~~~~~~~~~~~~~
131 name="cidade"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:134:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
134 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:135:40 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
135 <input matInput placeholder="UF" [(ngModel)]="empresa.uf" name="uf" />
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:135:53 - error TS2322: Type 'Event' is not assignable to type 'string'.
135 <input matInput placeholder="UF" [(ngModel)]="empresa.uf" name="uf" />
~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:137:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
137 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:142:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
142 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:142:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
142 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~
143 name="telefone"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:146:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
146 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:151:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
151 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:151:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
151 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~
152 name="fax"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:155:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
155 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:159:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
159 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:159:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
159 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~
160 name="nome_contato"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:163:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
163 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:170:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
170 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:170:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
170 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~
171 #email="ngModel"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:171:17 - error NG8003: No directive found with exportAs 'ngModel'.
171 #email="ngModel"
~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:181:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
181 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:185:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
185 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:185:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
185 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
186 name="cod_ibge_municipio"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:189:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
189 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:193:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
193 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:193:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
193 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~
194 name="numero"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:197:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
197 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:201:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
201 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:201:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
201 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~
202 name="alvara"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:205:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
205 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:209:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
209 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/empresa/empresa-update/empresa-update.component.html:209:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
209 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~
210 name="alvara_uf"
~~~~~~
src/app/components/empresa/empresa-update/empresa-update.component.ts:8:16
8 templateUrl: './empresa-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component EmpresaUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Novo Laboratório</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="laboratorio.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="laboratorio.nome"
~~~~~~~~~~~~~~~~~
9 name="name"
~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:13:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:17:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 [(ngModel)]="laboratorio.serie"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:17:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
17 [(ngModel)]="laboratorio.serie"
~~~~~~~~~~~~~~~~~~
18 name="serie"
~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:22:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
22 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:23:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-label>Laboratório domínio</mat-label>
~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:26:18 - error[90m NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
26 matInput [matAutocomplete]="auto"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:27:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
27 [(ngModel)]="laboratorio.laboratory_domain_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:27:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
27 [(ngModel)]="laboratorio.laboratory_domain_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28 (ngModelChange)="search()"
~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:30:7 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(laboratoryDomains)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:30:32 - error NG8003: No directive found with exportAs 'matAutocomplete'.
30 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(laboratoryDomains)">
~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:30:49 - error NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
30 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(laboratoryDomains)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:31:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-option *ngFor="let laboratoryDomain of laboratoryDomains" [value]="laboratoryDomain.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:31:72 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
31 <mat-option *ngFor="let laboratoryDomain of laboratoryDomains" [value]="laboratoryDomain.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:37:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
37 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:40:9 - error NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.
40 [matDatepicker]="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:42:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
42 [(ngModel)]="laboratorio.criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:42:22 - error TS2322: Type 'Event' is not assignable to type 'Date'.
42 [(ngModel)]="laboratorio.criado_em"
~~~~~~~~~~~~~~~~~~~~~~
43 name="criado em"
~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:46:7 - error NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
46 <mat-datepicker-toggle
~~~~~~~~~~~~~~~~~~~~~~
47 matSuffix
~~~~~~~~~~~~~~~~~
48 [for]="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~
49 ></mat-datepicker-toggle>
~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:48:9 - error NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
48 [for]="criado_em"
~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.html:50:7 - error NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
50 <mat-datepicker #criado_em></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-create/laboratorio-create.component.ts:19:16
19 templateUrl: './laboratorio-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioCreateComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Excluir Laboratório</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="laboratorio.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="laboratorio.nome"
~~~~~~~~~~~~~~~~~
9 name="name"
~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:16:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
16 [(ngModel)]="laboratorio.serie"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:16:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
16 [(ngModel)]="laboratorio.serie"
~~~~~~~~~~~~~~~~~~
17 name="serie"
~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:20:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:23:9 - error NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.
23 [matDatepicker]="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:25:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
25 [(ngModel)]="laboratorio.criado_em" name="criado em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:25:22 - error TS2322: Type 'Event' is not assignable to type 'Date'.
25 [(ngModel)]="laboratorio.criado_em" name="criado em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:28:7 - error NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-datepicker-toggle
~~~~~~~~~~~~~~~~~~~~~~
29 matSuffix
~~~~~~~~~~~~~~~~~
30 [for]="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~
31 ></mat-datepicker-toggle>
~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:30:9 - error NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
30 [for]="criado_em"
~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.html:32:7 - error NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
32 <mat-datepicker #criado_em></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-delete/laboratorio-delete.component.ts:8:16
8 templateUrl: './laboratorio-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioDeleteComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:2:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:6:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:7:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:15:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
15 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: msrc/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:49:29 - error NG8004: No pipe found with name 'date'.
49 {{ row?.criado_em | date: "dd-MM-yyyy" }}
~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:57:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
57 <a routerLink="/laboratorios/update/{{ row.id }}" class="edit">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:60:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
60 <a routerLink="/laboratorios/delete/{{ row.id }}" class="delete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:70:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
70 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:70:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
70 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18m:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:70:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
70 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:71:3 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
71 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.html:74:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
74 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-read/laboratorio-read.component.ts:18:16
18 templateUrl: './laboratorio-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioReadComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Editar Laboratório</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="laboratorio.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="laboratorio.nome"
~~~~~~~~~~~~~~~~~
9 name="nome"
~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:13:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
7m10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:17:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 [(ngModel)]="laboratorio.serie"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:17:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
17 [(ngModel)]="laboratorio.serie"
~~~~~~~~~~~~~~~~~~
18 name="serie"
~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:22:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
22 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:23:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-label>Laboratório domínio</mat-label>
~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:24:7 - error NG8001: 'mat-select' is not a known element:
1. If 'mat-select' is an Angular component, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-select
~~~~~~~~~~~
25 [(ngModel)]="laboratorio.laboratory_domain_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26 name="laboratory_domain_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27 >
~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:25:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-select'.
1. If 'mat-select' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
25 [(ngModel)]="laboratorio.laboratory_domain_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:25:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
25 [(ngModel)]="laboratorio.laboratory_domain_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26 name="laboratory_domain_id"
~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:28:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-option
~~~~~~~~~~~
29 *ngFor="let laboratoryDomain of laboratoryDomains"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
30 [value]="laboratoryDomain.id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31 >
~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:30:11 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
30 [value]="laboratoryDomain.id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:37:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
37 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:40:9 - error NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.
40 [matDatepicker]="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:42:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
42 [(ngModel)]="laboratorio.criado_em" name="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:42:22 - error TS2740: Type 'Event' is missing the following properties from type 'Date': toDateString, toTimeString, toLocaleDateString, toLocaleTimeString, and 37 more.
42 [(ngModel)]="laboratorio.criado_em" name="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:45:7 - error NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
45 <mat-datepicker-toggle
~~~~~~~~~~~~~~~~~~~~~~
46 matSuffix
~~~~~~~~~~~~~~~~~
47 [for]="criado_em"
~~~~~~~~~~~~~~~~~~~~~~~~~
48 ></mat-datepicker-toggle>
~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:47:9 - error NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
47 [for]="criado_em"
~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.html:49:7 - error NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
49 <mat-datepicker #criado_em></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratorio/laboratorio-update/laboratorio-update.component.ts:10:16
10 templateUrl: './laboratorio-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratorioUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Novo Domínio</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="laboratoryDomain.name"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="laboratoryDomain.name"
~~~~~~~~~~~~~~~~~~~~~~
9 name="name"
~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:15:9 - error NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.
15 [matDatepicker]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:17:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 [(ngModel)]="laboratoryDomain.sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:17:22 - error TS2322: Type 'Event' is not assignable to type 'Date'.
17 [(ngModel)]="laboratoryDomain.sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 name="sync_start_date"
~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:21:7 - error NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-datepicker-toggle
~~~~~~~~~~~~~~~~~~~~~~
22 matSuffix
~~~~~~~~~~~~~~~~~
23 [for]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24 ></mat-datepicker-toggle>
~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:23:9 - error NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
23 [for]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.html:25:7 - error NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-datepicker #sync_start_date></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-create/laboratory-domain-create.component.ts:7:16
7 templateUrl: './laboratory-domain-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainCreateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Excluir Domínio</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="laboratoryDomain.name"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="laboratoryDomain.name"
~~~~~~~~~~~~~~~~~~~~~~
9 name="name"
~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:15:9 - error NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.
15 [matDatepicker]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:17:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 [(ngModel)]="laboratoryDomain.sync_start_date" name="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:17:22 - error TS2322: Type 'Event' is not assignable to type 'Date'.
17 [(ngModel)]="laboratoryDomain.sync_start_date" name="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:20:7 - error NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-datepicker-toggle
~~~~~~~~~~~~~~~~~~~~~~
21 matSuffix
~~~~~~~~~~~~~~~~~
22 [for]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23 ></mat-datepicker-toggle>
~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:22:9 - error NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
22 [for]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.html:24:7 - error NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-datepicker #sync_start_date></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-delete/laboratory-domain-delete.component.ts:8:16
8 templateUrl: './laboratory-domain-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainDeleteComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:2:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:9:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
9 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:31:30 - error NG8004: No pipe found with name 'date'.
31 {{ row?.created_at | date: "dd-MM-yyyy" }}
~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:39:30 - error NG8004: No pipe found with name 'date'.
39 {{ row?.updated_at | date: "dd-MM-yyyy" }}
~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:59:35 - error NG8004: No pipe found with name 'date'.
59 {{ row?.sync_start_date | date: "dd-MM-yyyy" }}
~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:73:29 - error NG8004: No pipe found with name 'date'.
73 {{ row?.criado_em | date: "dd-MM-yyyy" }}
~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:81:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
81 <a routerLink="/laboratorydomains/update/{{ row.id }}" class="edit">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:84:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
84 <a routerLink="/laboratorydomains/delete/{{ row.id }}" class="delete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:94:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
94 <mat-paginator
~~~~~~~~~~~~~~
95 [length]="this.totalCount"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
97 [pageSizeOptions]="[10, 20, 60, 240, 1200]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
98 ></mat-paginator>
~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:95:5 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
95 [length]="this.totalCount"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:96:5 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
96 [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:97:5 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
97 [pageSizeOptions]="[10, 20, 60, 240, 1200]"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.html:101:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
101 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-read/laboratory-domain-read.component.ts:18:16
18 templateUrl: './laboratory-domain-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainReadComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Editar Domínio</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="laboratoryDomain.name"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="laboratoryDomain.name"
~~~~~~~~~~~~~~~~~~~~~~
9 name="name"
~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:15:9 - error NG8002: Can't bind to 'matDatepicker' since it isn't a known property of 'input'.
15 [matDatepicker]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:17:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 [(ngModel)]="laboratoryDomain.sync_start_date" name="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:17:22 - error TS2322: Type 'Event' is not assignable to type 'Date'.
17 [(ngModel)]="laboratoryDomain.sync_start_date" name="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:20:7 - error NG8001: 'mat-datepicker-toggle' is not a known element:
1. If 'mat-datepicker-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-datepicker-toggle
~~~~~~~~~~~~~~~~~~~~~~
21 matSuffix
~~~~~~~~~~~~~~~~~
22 [for]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
23 ></mat-datepicker-toggle>
~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:22:9 - error0m NG8002: Can't bind to 'htmlFor' since it isn't a known property of 'mat-datepicker-toggle'.
1. If 'mat-datepicker-toggle' is an Angular component and it has 'htmlFor' input, then verify that it is part of this module.
2. If 'mat-datepicker-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
22 [for]="sync_start_date"
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.html:24:7 - error NG8001: 'mat-datepicker' is not a known element:
1. If 'mat-datepicker' is an Angular component, then verify that it is part of this module.
2. If 'mat-datepicker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-datepicker #sync_start_date></mat-datepicker>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-domain/laboratory-domain-update/laboratory-domain-update.component.ts:8:16
8 templateUrl: './laboratory-domain-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryDomainUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Novo filtro de GET para o Híbrido</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill" [style.width.%]="25">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:9:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
9 [(ngModel)]="laboratory_get_filter.name"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:9:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
9 [(ngModel)]="laboratory_get_filter.name"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 name="name"
~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:14:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
14 <mat-form-field appearance="fill" [style.width.%]="25">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:15:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
15 <mat-label>Tabela</mat-label>
~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:19:18 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
19 matInput [matAutocomplete]="auto"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:20:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
20 [(ngModel)]="laboratory_get_filter.client_server_table_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:20:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
20 [(ngModel)]="laboratory_get_filter.client_server_table_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21 (ngModelChange)="search()"
~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:23:7 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:23:32 - error NG8003: No directive found with exportAs 'matAutocomplete'.
23 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:23:49 - error NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
23 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18m templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:24:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-option *ngFor="let clientServerTable of clientServerTables" [value]="clientServerTable.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:24:74 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
24 <mat-option *ngFor="let clientServerTable of clientServerTables" [value]="clientServerTable.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:30:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field appearance="fill" [style.width.%]="50">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:31:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-label>Where</mat-label>
~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:36:20 - error NG8003: No directive found with exportAs 'cdkTextareaAutosize'.
36 #autosize="cdkTextareaAutosize"
~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:41:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.
41 [(ngModel)]="laboratory_get_filter.custom_where">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.html:41:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
41 [(ngModel)]="laboratory_get_filter.custom_where">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42 </textarea>
~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-create/laboratory-get-filter-create.component.ts:18:16
18 templateUrl: './laboratory-get-filter-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterCreateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:2:5 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Editar filtro de GET para o Híbrido</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:4:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill" [style.width.%]="25">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:9:11 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
9 [(ngModel)]="laboratoryGetFilter.name"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:9:24 - error TS2322: Type 'Event' is not assignable to type 'string'.
9 [(ngModel)]="laboratoryGetFilter.name"
~~~~~~~~~~~~~~~~~~~~~~~~~
10 name="name"
~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:14:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
14 <mat-form-field appearance="fill" [style.width.%]="25">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:15:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
15 <mat-label>Tabela</mat-label>
~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:19:20 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
19 matInput [matAutocomplete]="auto"
1m ~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:20:11 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
20 [(ngModel)]="laboratoryGetFilter.client_server_table_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:20:24 - error TS2322: Type 'Event' is not assignable to type 'number'.
20 [(ngModel)]="laboratoryGetFilter.client_server_table_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
21 (ngModelChange)="search()"
~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:23:9 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:23:34 - error NG8003: No directive found with exportAs 'matAutocomplete'.
23 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:23:51 - error NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
23 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:24:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-option *ngFor="let clientServerTable of clientServerTables" [value]="clientServerTable.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:24:76 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
24 <mat-option *ngFor="let clientServerTable of clientServerTables" [value]="clientServerTable.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:30:7 - error NG8001: 0m'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field appearance="fill" [style.width.%]="50">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:31:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-label>Where</mat-label>
~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:36:22 - error NG8003: No directive found with exportAs 'cdkTextareaAutosize'.
36 #autosize="cdkTextareaAutosize"
~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:41:11 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.
41 [(ngModel)]="laboratoryGetFilter.custom_where">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.html:41:24 - error TS2322: Type 'Event' is not assignable to type 'string'.
41 [(ngModel)]="laboratoryGetFilter.custom_where">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
42 </textarea>
~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-delete/laboratory-get-filter-delete.component.ts:11:16
11 templateUrl: './laboratory-get-filter-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterDeleteComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:2:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:11:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
11 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:45:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
45 <a routerLink="/laboratory_get_filters/update/{{ row.id }}" class="edit">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:48:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
48 <a routerLink="/laboratory_get_filters/delete/{{ row.id }}" class="delete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:58:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
58 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59 [pageSizeOptions]="[10, 20, 50]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:58:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
58 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:58:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
58 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:59:3 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
59 [pageSizeOptions]="[10, 20, 50]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.html:62:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
62 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-read/laboratory-get-filter-read.component.ts:19:16
19 templateUrl: './laboratory-get-filter-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterReadComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Editar filtro de GET para o Híbrido</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill" [style.width.%]="25">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:9:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
9 [(ngModel)]="laboratoryGetFilter.name"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:9:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
9 [(ngModel)]="laboratoryGetFilter.name"
~~~~~~~~~~~~~~~~~~~~~~~~~
10 name="name"
~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:13:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-form-field appearance="fill" [style.width.%]="25">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:14:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
14 <mat-label>Tabela</mat-label>
~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:18:18 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
18 matInput [matAutocomplete]="auto"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:19:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
19 [(ngModel)]="laboratoryGetFilter.client_server_table_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:19:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
19 [(ngModel)]="laboratoryGetFilter.client_server_table_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20 (ngModelChange)="search()"
~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:22:7 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
22 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:22:32 - error NG8003: No directive found with exportAs 'matAutocomplete'.
22 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:22:49 - error NG8002: Can't bind to 'displayWith' since it isn't a known property of 'mat-autocomplete'.
1. If 'mat-autocomplete' is an Angular component and it has 'displayWith' input, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
22 <mat-autocomplete #auto="matAutocomplete" [displayWith]="displayFn(clientServerTables)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:23:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-option *ngFor="let clientServerTable of clientServerTables" [value]="clientServerTable.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:23:74 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
23 <mat-option *ngFor="let clientServerTable of clientServerTables" [value]="clientServerTable.id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:29:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
29 <mat-form-field appearance="fill" [style.width.%]="50">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:30:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-label>Where</mat-label>
~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:35:20 - error NG8003: No directive found with exportAs 'cdkTextareaAutosize'.
35 #autosize="cdkTextareaAutosize"
~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:40:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.
40 [(ngModel)]="laboratoryGetFilter.custom_where">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.html:40:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
40 [(ngModel)]="laboratoryGetFilter.custom_where">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41 </textarea>
~~~~~
src/app/components/laboratory-get-filter/laboratory-get-filter-update/laboratory-get-filter-update.component.ts:12:16
12 templateUrl: './laboratory-get-filter-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LaboratoryGetFilterUpdateComponent.
Error: src/app/components/lancamento/lancamento.component.html:3:63 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
3 <table class="table table-striped table-bordered" mat-table [dataSource]="dataSource" matSort matSortActive="indeterminate_check_box" matSortDirection="asc" matSortDisableClear>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/lancamento/lancamento.component.ts:12:16
12 templateUrl: './lancamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LancamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:5:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-form-field appearance="fill" class="col-lg-6 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:6:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-label>Local de Atendimento:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:10:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
10 [(ngModel)]="localAtendimento.nome">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:10:28 - error TS2322: Type 'Event' is not assignable to type 'string'.
10 [(ngModel)]="localAtendimento.nome">
~~~~~~~~~~~~~~~~~~~~~~~
11 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:13:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-form-field appearance="fill" class="col-lg-3 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:14:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
14 <mat-label>CNES:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:18:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
18 [(ngModel)]="localAtendimento.cnes">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:18:28 - error TS2322: Type 'Event' is not assignable to type 'string'.
18 [(ngModel)]="localAtendimento.cnes">
~~~~~~~~~~~~~~~~~~~~~~~
19 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:21:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-form-field appearance="fill" class="col-lg-3 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:22:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
22 <mat-label>Grupo:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:26:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
26 [(ngModel)]="localAtendimento.grupo_local_id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:26:28 - error TS2322: Type 'Event' is not assignable to type 'number'.
26 [(ngModel)]="localAtendimento.grupo_local_id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:31:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-form-field appearance="fill" class="col-xs-12 col-xl-3 col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:32:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
32 <mat-label>Chave de Publicação:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:36:17 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
36 [(ngModel)]="localAtendimento.chave_internet">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:93m36:30 - error TS2322: Type 'Event' is not assignable to type 'string'.
36 [(ngModel)]="localAtendimento.chave_internet">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
37 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:39:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-form-field appearance="fill" class="col-xs-12 col-xl-2 col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:40:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
40 <mat-label>Local de Impressão:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:44:17 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
44 [(ngModel)]="localAtendimento.grupo_local_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:44:30 - error TS2322: Type 'Event' is not assignable to type 'number'.
44 [(ngModel)]="localAtendimento.grupo_local_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45 >
~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:48:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
48 <mat-form-field appearance="fill" class="col-xs-12 col-xl-2 col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:49:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
49 <mat-label>Grupo Histórico no Laudo:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:53:17 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
53 [(ngModel)]="localAtendimento.grupo_historico">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:53:30 - error TS2322: Type 'Event' is not assignable to type 'number'.
53 [(ngModel)]="localAtendimento.grupo_historico">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
54 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:59:13 - error NG8001: 'mat-radio-group' is not a known element:
1. If 'mat-radio-group' is an Angular component, then verify that it is part of this module.
2. If 'mat-radio-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
59 <mat-radio-group aria-label="Select an option" color="primary" class="p-2 me-4" id="coletaExterna" name="coletaExterna" [(ngModel)]="localAtendimento.coleta_externa">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:59:133 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-radio-group'.
1. If 'mat-radio-group' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-radio-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
59 <mat-radio-group aria-label="Select an option" color="primary" class="p-2 me-4" id="coletaExterna" name="coletaExterna" [(ngModel)]="localAtendimento.coleta_externa">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:59:146 - error TS2322: Type 'Event' is not assignable to type 'string'.
59 <mat-radio-group aria-label="Select an option" color="primary" class="p-2 me-4" id="coletaExterna" name="coletaExterna" [(ngModel)]="localAtendimento.coleta_externa">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60 <mat-radio-button value="N">Coleta Interna</mat-radio-button>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:60:15 - error NG8001: 'mat-radio-button' is not a known element:
1. If 'mat-radio-button' is an Angular component, then verify that it is part of this module.
2. If 'mat-radio-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
60 <mat-radio-button value="N">Coleta Interna</mat-radio-button>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:61:15 - error NG8001: 'mat-radio-button' is not a known element:
1. If 'mat-radio-button' is an Angular component, then verify that it is part of this module.
2. If 'mat-radio-button' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
61 <mat-radio-button value="S" class="ms-2">Coleta Externa</mat-radio-button>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:82:15 - error NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
82 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="registroDeColeta" name="registroDeColeta" [(ngModel)]="registroDeColeta">Registro de coleta</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:82:126 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
82 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="registroDeColeta" name="registroDeColeta" [(ngModel)]="registroDeColeta">Registro de coleta</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:82:139 - error TS2322: Type 'Event' is not assignable to type 'boolean'.
82 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="registroDeColeta" name="registroDeColeta" [(ngModel)]="registroDeColeta">Registro de coleta</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:83:15 - error NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
83 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="biometria" name="biometria" [(ngModel)]="biometria">Biometria</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:83:112 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
83 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="biometria" name="biometria" [(ngModel)]="biometria">Biometria</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:83:125 - error TS2322: Type 'Event' is not assignable to type 'boolean'.
83 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="biometria" name="biometria" [(ngModel)]="biometria">Biometria</mat-checkbox>
~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:84:15 - error NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
84 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="painelMonitoramento" name="painelMonitoramento" [(ngModel)]="painelMonitoramento">Painel Monitoramento</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:84:132 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
84 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="painelMonitoramento" name="painelMonitoramento" [(ngModel)]="painelMonitoramento">Painel Monitoramento</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:84:145 - error TS2322: Type 'Event' is not assignable to type 'boolean'.
84 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="painelMonitoramento" name="painelMonitoramento" [(ngModel)]="painelMonitoramento">Painel Monitoramento</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:85:15 - error NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
85 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="resultadosCRM" name="resultadosCRM" [(ngModel)]="resultadosCRM">Enviar resultados CRM</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:85:120 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
85 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="resultadosCRM" name="resultadosCRM" [(ngModel)]="resultadosCRM">Enviar resultados CRM</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:85:133 - error TS2322: Type 'Event' is not assignable to type 'boolean'.
85 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="resultadosCRM" name="resultadosCRM" [(ngModel)]="resultadosCRM">Enviar resultados CRM</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:86:15 - error NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
86 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="etiquetaApoioRec" name="etiquetaApoioRec" [(ngModel)]="localAtendimento.emitir_etiqueta_apoio_recepcao">Etiqueta Apoio Recepção</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:86:126 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
86 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="etiquetaApoioRec" name="etiquetaApoioRec" [(ngModel)]="localAtendimento.emitir_etiqueta_apoio_recepcao">Etiqueta Apoio Recepção</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:86:139 - error TS2322: Type 'Event' is not assignable to type 'string'.
86 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="etiquetaApoioRec" name="etiquetaApoioRec" [(ngModel)]="localAtendimento.emitir_etiqueta_apoio_recepcao">Etiqueta Apoio Recepção</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:87:15 - error NG8001: 'mat-checkbox' is not a known element:
1. If 'mat-checkbox' is an Angular component, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
87 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="dadoAdicionalTriagem" name="dadoAdicionalTriagem" [(ngModel)]="dadoAdicionalTriagem">Avisar dado adicional obrigatorio na triagem</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:87:134 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-checkbox'.
1. If 'mat-checkbox' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-checkbox' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
87 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="dadoAdicionalTriagem" name="dadoAdicionalTriagem" [(ngModel)]="dadoAdicionalTriagem">Avisar dado adicional obrigatorio na triagem</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:87:147 - error TS2322: Type 'Event' is not assignable to type 'boolean'.
87 <mat-checkbox class="example-margin col-12 fs-6" color="primary" id="dadoAdicionalTriagem" name="dadoAdicionalTriagem" [(ngModel)]="dadoAdicionalTriagem">Avisar dado adicional obrigatorio na triagem</mat-checkbox>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:96:7 - error NG8001: 'mat-tab-group' is not a known element:
1. If 'mat-tab-group' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
96 <mat-tab-group>
~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:97:9 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
97 <mat-tab label="Empresa"> <app-local-de-atendimento-empresa [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-empresa> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:97:35 - error NG8001: 'app-local-de-atendimento-empresa' is not a known element:
1. If 'app-local-de-atendimento-empresa' is an Angular component, then verify that it is part of this module.
2. If 'app-local-de-atendimento-empresa' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
97 <mat-tab label="Empresa"> <app-local-de-atendimento-empresa [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-empresa> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:97:69 - error NG8002: Can't bind to 'localdeatendimento' since it isn't a known property of 'app-local-de-atendimento-empresa'.
1. If 'app-local-de-atendimento-empresa' is an Angular component and it has 'localdeatendimento' input, then verify that it is part of this module.
2. If 'app-local-de-atendimento-empresa' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
97 <mat-tab label="Empresa"> <app-local-de-atendimento-empresa [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-empresa> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:97:114 - error NG8002: Can't bind to 'empresa' since it isn't a known property of 'app-local-de-atendimento-empresa'.
1. If 'app-local-de-atendimento-empresa' is an Angular component and it has 'empresa' input, then verify that it is part of this module.
2. If 'app-local-de-atendimento-empresa' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
97 <mat-tab label="Empresa"> <app-local-de-atendimento-empresa [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-empresa> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:98:9 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
98 <mat-tab label="Endereço/ Contato"> <app-local-de-atendimento-endereco [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-endereco> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:98:45 - error NG8001: 'app-local-de-atendimento-endereco' is not a known element:
1. If 'app-local-de-atendimento-endereco' is an Angular component, then verify that it is part of this module.
2. If 'app-local-de-atendimento-endereco' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
98 <mat-tab label="Endereço/ Contato"> <app-local-de-atendimento-endereco [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-endereco> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:98:80 - error NG8002: Can't bind to 'localdeatendimento' since it isn't a known property of 'app-local-de-atendimento-endereco'.
1. If 'app-local-de-atendimento-endereco' is an Angular component and it has 'localdeatendimento' input, then verify that it is part of this module.
2. If 'app-local-de-atendimento-endereco' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
98 <mat-tab label="Endereço/ Contato"> <app-local-de-atendimento-endereco [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-endereco> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:98:125 - error NG8002: Can't bind to 'empresa' since it isn't a known property of 'app-local-de-atendimento-endereco'.
1. If 'app-local-de-atendimento-endereco' is an Angular component and it has 'empresa' input, then verify that it is part of this module.
2. If 'app-local-de-atendimento-endereco' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
98 <mat-tab label="Endereço/ Contato"> <app-local-de-atendimento-endereco [localdeatendimento]='this.localAtendimento' [empresa]='this.empresa'></app-local-de-atendimento-endereco> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
0mError: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:99:9 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
99 <mat-tab label="Horario de Funcionamento/ Urgência"> <app-local-de-atendimento-horario-funcionamento [localdeatendimento]='this.localAtendimento'></app-local-de-atendimento-horario-funcionamento> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:99:62 - error NG8001: 'app-local-de-atendimento-horario-funcionamento' is not a known element:
1. If 'app-local-de-atendimento-horario-funcionamento' is an Angular component, then verify that it is part of this module.
2. If 'app-local-de-atendimento-horario-funcionamento' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
99 <mat-tab label="Horario de Funcionamento/ Urgência"> <app-local-de-atendimento-horario-funcionamento [localdeatendimento]='this.localAtendimento'></app-local-de-atendimento-horario-funcionamento> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.html:99:110 - error NG8002: Can't bind to 'localdeatendimento' since it isn't a known property of 'app-local-de-atendimento-horario-funcionamento'.
1. If 'app-local-de-atendimento-horario-funcionamento' is an Angular component and it has 'localdeatendimento' input, then verify that it is part of this module.
2. If 'app-local-de-atendimento-horario-funcionamento' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
99 <mat-tab label="Horario de Funcionamento/ Urgência"> <app-local-de-atendimento-horario-funcionamento [localdeatendimento]='this.localAtendimento'></app-local-de-atendimento-horario-funcionamento> </mat-tab>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-create.component.ts:10:16
10 templateUrl: './local-de-atendimento-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoCreateComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:3:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3 <mat-form-field appearance="fill" class="col-lg-5 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:4:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-label>Razão Social:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:8:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="this.empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:8:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="this.empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~~~~~~
9 >
~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill" class="col-lg-5 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:13:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-label>Nome Fantasia:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:17:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 [(ngModel)]="this.empresa.nome_fantasia">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:17:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
17 [(ngModel)]="this.empresa.nome_fantasia">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:20:5 - error0m NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:21:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-label>CNPJ:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:25:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
25 [(ngModel)]="this.empresa.cnpj">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:25:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
25 [(ngModel)]="this.empresa.cnpj">
~~~~~~~~~~~~~~~~~~~
26 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:29:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
29 <mat-form-field appearance="fill" class="col-lg-4 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:30:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-label>Inscrição Estadual:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:34:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
34 [(ngModel)]="this.empresa.inscricao_estadual">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:34:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
34 [(ngModel)]="this.empresa.inscricao_estadual">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:37:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
37 <mat-form-field appearance="fill" class="col-lg-4 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:38:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <mat-label>Alvará:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:42:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
42 [(ngModel)]="this.empresa.alvara">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:42:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
42 [(ngModel)]="this.empresa.alvara">
~~~~~~~~~~~~~~~~~~~~~
43 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:45:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
45 <mat-form-field appearance="fill" class="col-lg-4 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:46:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
46 <mat-label>Alvará UF:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:50:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
50 [(ngModel)]="this.empresa.alvara_uf">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:93m8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:50:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
50 [(ngModel)]="this.empresa.alvara_uf">
~~~~~~~~~~~~~~~~~~~~~~~~
51 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:56:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
56 <mat-form-field appearance="fill" class="col-lg-3 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16m
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:57:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <mat-label>Numero:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:61:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
61 [(ngModel)]="localdeatendimento.cod_conselho">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:61:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
61 [(ngModel)]="localdeatendimento.cod_conselho">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:64:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
64 <mat-form-field appearance="fill" class="col-xl-3 p-2 ms-1">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:65:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
65 <mat-label>Conselho:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:69:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
69 [(ngModel)]="localdeatendimento.sigla_conselho">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:69:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
69 [(ngModel)]="localdeatendimento.sigla_conselho">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:72:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
72 <mat-form-field appearance="fill" class="col-lg-2 col-xl-2 p-2 ms-1">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:73:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
73 <mat-label>UF:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:77:13 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
77 [(ngModel)]="localdeatendimento.uf_conselho">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.html:77:26 - error TS2322: Type 'Event' is not assignable to type 'string'.
77 [(ngModel)]="localdeatendimento.uf_conselho">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
78 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-empresa/local-de-atendimento-empresa.component.ts:8:16
8 templateUrl: './local-de-atendimento-empresa.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEmpresaComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:6:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:7:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-label for="cep">CEP:</mat-label>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:9:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
9 [(ngModel)]="this.empresa.cep"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:9:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
9 [(ngModel)]="this.empresa.cep"
~~~~~~~~~~~~~~~~~
10 (ngModelChange)="consulta()">
~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:15:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
15 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:16:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-label>Cidade:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:18:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
18 [(ngModel)]="this.empresa.cidade">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:18:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
18 [(ngModel)]="this.empresa.cidade">
1m ~~~~~~~~~~~~~~~~~~~~~
19 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:23:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:24:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-label>UF:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:26:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
26 [(ngModel)]="this.empresa.uf">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:26:28 - error TS2322: Type 'Event' is not assignable to type 'string'.
26 [(ngModel)]="this.empresa.uf">
~~~~~~~~~~~~~~~~~
27 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:31:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:32:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
32 <mat-label>Logradouro:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:34:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
34 [(ngModel)]="this.empresa.endereco">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:34:28 - error TS2322: Type 'Event' is not assignable to type 'string'.
34 [(ngModel)]="this.empresa.endereco">
~~~~~~~~~~~~~~~~~~~~~~~
35 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:39:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:40:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
40 <mat-label>N°:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:41:66 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
41 <input matInput maxlength="50" id="numero" name="numero" [(ngModel)]="this.empresa.numero">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:41:79 - error TS2322: Type 'Event' is not assignable to type 'string'.
41 <input matInput maxlength="50" id="numero" name="numero" [(ngModel)]="this.empresa.numero">
~~~~~~~~~~~~~~~~~~~~~
42 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:3m11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:46:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
46 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:47:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
47 <mat-label>Bairro:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:49:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
49 [(ngModel)]="this.empresa.bairro">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:49:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
49 [(ngModel)]="this.empresa.bairro">
~~~~~~~~~~~~~~~~~~~~~
50 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:55:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
55 <mat-form-field appearance="fill" class="col-lg-2 pe-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:56:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
56 <mat-label>Telefone:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
7m11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:58:39 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
58 id="telefone" name="telefone" [(ngModel)]="this.empresa.telefone">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:58:52 - error TS2322: Type 'Event' is not assignable to type 'string'.
58 id="telefone" name="telefone" [(ngModel)]="this.empresa.telefone">
~~~~~~~~~~~~~~~~~~~~~~~
59 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:61:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
61 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:62:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
62 <mat-label>Celular:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:64:29 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
64 id="fax" name="fax" [(ngModel)]="this.empresa.fax">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:64:42 - error TS2322: Type 'Event' is not assignable to type 'string'.
64 id="fax" name="fax" [(ngModel)]="this.empresa.fax">
~~~~~~~~~~~~~~~~~~
65 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:67:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
67 <mat-form-field appearance="fill" class="col-lg-4 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:68:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
68 <mat-label>E-mail:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:70:33 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
70 id="email" name="email" [(ngModel)]="this.empresa.email">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:70:46 - error TS2322: Type 'Event' is not assignable to type 'string'.
70 id="email" name="email" [(ngModel)]="this.empresa.email">
~~~~~~~~~~~~~~~~~~~~
71 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:73:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
73 <mat-form-field appearance="fill" class="col-lg-4 ps-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.html:74:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
74 <mat-label>E-mail Secundario:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-endereco/local-de-atendimento-endereco.component.ts:11:16
11 templateUrl: './local-de-atendimento-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoEnderecoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:5:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-form-field appearance="fill" class="col-lg-1 ms-3 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:6:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-label>Inicio:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:9:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
9 [(ngModel)]="localdeatendimento.horario_semana_inicio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:9:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
9 [(ngModel)]="localdeatendimento.horario_semana_inicio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill" class="col-lg-1 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:13:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-label>Fim:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:16:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
16 [(ngModel)]="localdeatendimento.horario_semana_fim">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:16:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
16 [(ngModel)]="localdeatendimento.horario_semana_fim">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:20:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-form-field appearance="fill" class="col-lg-1 ms-3 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:21:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-label>Inicio:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:24:5 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
24 [(ngModel)]="localdeatendimento.horario_sabado_inicio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:24:18 - error TS2322: Type 'Event' is not assignable to type 'string'.
24 [(ngModel)]="localdeatendimento.horario_sabado_inicio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
25 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:27:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
27 <mat-form-field appearance="fill" class="col-lg-1 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:28:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-label>Fim:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:31:5 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
31 [(ngModel)]="localdeatendimento.horario_sabado_fim">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
[96m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:31:18 - error TS2322: Type 'Event' is not assignable to type 'string'.
31 [(ngModel)]="localdeatendimento.horario_sabado_fim">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:36:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
36 <mat-form-field appearance="fill" class="col-lg-1 ms-1 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:37:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
37 <mat-label>Inicio:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:40:5 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
40 [(ngModel)]="localdeatendimento.horario_domingo_inicio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:40:18 - error TS2322: Type 'Event' is not assignable to type 'string'.
40 [(ngModel)]="localdeatendimento.horario_domingo_inicio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:43:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
[7m43 <mat-form-field appearance="fill" class="col-lg-1 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:44:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
44 <mat-label>Fim:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:47:5 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
47 [(ngModel)]="localdeatendimento.horario_domingo_fim">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:47:18 - error TS2322: Type 'Event' is not assignable to type 'string'.
47 [(ngModel)]="localdeatendimento.horario_domingo_fim">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
48 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:50:3 - error NG8001: 'mat-slide-toggle' is not a known element:
1. If 'mat-slide-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-slide-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
50 <mat-slide-toggle color="primary" class="ms-5">Posto 24HRS</mat-slide-toggle>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:57:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:58:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
58 <mat-label>Emergencia:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:61:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
61 [(ngModel)]="localdeatendimento.tempo_emergencia"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:61:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
61 [(ngModel)]="localdeatendimento.tempo_emergencia"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
62 >
~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:64:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
64 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:65:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
65 <mat-label>Muito Urgente:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:68:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
68 [(ngModel)]="localdeatendimento.tempo_muito_urgente">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:68:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
68 [(ngModel)]="localdeatendimento.tempo_muito_urgente">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:70:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
70 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:71:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
71 <mat-label>Urgente:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:74:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
74 [(ngModel)]="localdeatendimento.tempo_urgente">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:74:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
74 [(ngModel)]="localdeatendimento.tempo_urgente">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
75 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:76:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
76 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:77:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
77 <mat-label>Pouco Urgente:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:80:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
80 [(ngModel)]="localdeatendimento.tempo_pouco_urgente">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:80:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
80 [(ngModel)]="localdeatendimento.tempo_pouco_urgente">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
81 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:82:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
82 <mat-form-field appearance="fill" class="col-lg-4 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:83:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
83 <mat-label>Padrão:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:86:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
86 [(ngModel)]="localdeatendimento.tempo_normal">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.html:86:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
86 [(ngModel)]="localdeatendimento.tempo_normal">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
87 </mat-form-field>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-create/local-de-atendimento-horario-funcionamento/local-de-atendimento-horario-funcionamento.component.ts:6:16
6 templateUrl: './local-de-atendimento-horario-funcionamento.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoHorarioFuncionamentoComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:16:13 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-icon>add</mat-icon>
~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:19:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
19 <mat-label class="ms-1 fs-6"></mat-label>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~m
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:25:11 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-icon>search</mat-icon>
~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:38:11 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:39:13 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-label>Nome:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:45:11 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
45 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:46:13 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
46 <mat-label>CNES:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:53:11 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
53 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:54:13 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
54 <mat-label>Chave Publicação:</mat-label>
~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:65:3 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
65 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:71:62 - error NG8004: No pipe found with name 'slice'.
71 <td mat-cell *matCellDef="let element"> {{element.nome | slice:0:12}} ...</td>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:76:62 - error NG8004: No pipe found with name 'slice'.
76 <td mat-cell *matCellDef="let element"> {{element.cnes | slice:0:7}} ...</td>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:81:72 - error NG8004: No pipe found with name 'slice'.
81 <td mat-cell *matCellDef="let element"> {{element.chave_internet | slice:0:5}} ...</td>
~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:90:14 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
90 <a routerLink="/localdeatendimento/update/{{element.id}}">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:92:15 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
92 <mat-icon class="edit">edit</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:99:15 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
99 <mat-icon class="delete">delete</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:104:11 - error NG8001: 'mat-dialog-content' is not a known element:
1. If 'mat-dialog-content' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
104 <mat-dialog-content class="mat-typography">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:107:11 - error NG8001: 'mat-dialog-actions' is not a known element:
1. If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-actions' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
107 <mat-dialog-actions align="end">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:109:32 - error NG8002: Can't bind to 'mat-dialog-close' since it isn't a known property of 'button'.
109 <button mat-button [mat-dialog-close]="true" cdkFocusInitial>Apagar</button>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:122:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
122 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
123 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:122:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
122 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:122:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
122 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.html:123:7 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
123 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/local-de-atendimento/local-de-atendimento-read/local-de-atendimento-read.component.ts:13:16
13 templateUrl: './local-de-atendimento-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LocalDeAtendimentoReadComponent.
Error: src/app/components/login/lg-senha/lg-senha.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card class="col-xs-12 col-sm-9 col-md-6 col-lg-4 col-lg-card card mx-auto">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-senha/lg-senha.component.ts:8:16
8 templateUrl: './lg-senha.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgSenhaComponent.
Error: src/app/components/login/lg-senha/lg-senha.component.html:10:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
10 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-senha/lg-senha.component.ts:8:16
8 templateUrl: './lg-senha.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgSenhaComponent.
Error: src/app/components/login/lg-senha/lg-senha.component.html:11:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
11 <mat-label>Informe sua senha</mat-label>
~~~~~~~~~~~
src/app/components/login/lg-senha/lg-senha.component.ts:8:16
8 templateUrl: './lg-senha.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgSenhaComponent.
Error: src/app/components/login/lg-senha/lg-senha.component.html:12:59 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
12 <input matInput [type]="hide ? 'password' : 'text'" [(ngModel)]="senha">
~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-senha/lg-senha.component.ts:8:16
8 templateUrl: './lg-senha.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgSenhaComponent.
Error: src/app/components/login/lg-senha/lg-senha.component.html:12:72 - error TS2322: Type 'Event' is not assignable to type 'string'.
12 <input matInput [type]="hide ? 'password' : 'text'" [(ngModel)]="senha">
~~~~~~~
13 <button mat-icon-button matSuffix (click)="hide = !hide" [attr.aria-label]="'Hide password'" [attr.aria-pressed]="hide">
~~~~~
src/app/components/login/lg-senha/lg-senha.component.ts:8:16
8 templateUrl: './lg-senha.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgSenhaComponent.
Error: src/app/components/login/lg-senha/lg-senha.component.html:14:9 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
14 <mat-icon>{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
~~~~~~~~~~
src/app/components/login/lg-senha/lg-senha.component.ts:8:16
8 templateUrl: './lg-senha.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgSenhaComponent.
Error: src/app/components/login/lg-senha/lg-senha.component.html:25:7 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-card class="mt-2 card-error text-danger">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-senha/lg-senha.component.ts:8:16
8 templateUrl: './lg-senha.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgSenhaComponent.
Error: src/app/components/login/lg-usuario/lg-usuario.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card class="col-xs-12 col-sm-9 col-md-6 col-lg-4 col-lg-card card mx-auto">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-usuario/lg-usuario.component.ts:9:16
9 templateUrl: './lg-usuario.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgUsuarioComponent.
Error: src/app/components/login/lg-usuario/lg-usuario.component.html:5:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-form-field appearance="fill" class="col-12">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-usuario/lg-usuario.component.ts:9:16
9 templateUrl: './lg-usuario.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgUsuarioComponent.
Error: src/app/components/login/lg-usuario/lg-usuario.component.html:6:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-label>Usuario ou Email</mat-label>
~~~~~~~~~~~
src/app/components/login/lg-usuario/lg-usuario.component.ts:9:16
9 templateUrl: './lg-usuario.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgUsuarioComponent.
Error: src/app/components/login/lg-usuario/lg-usuario.component.html:7:70 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
7 <input matInput placeholder="[email protected]" required [(ngModel)]="login">
~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-usuario/lg-usuario.component.ts:9:16
9 templateUrl: './lg-usuario.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgUsuarioComponent.
Error: src/app/components/login/lg-usuario/lg-usuario.component.html:7:83 - error TS2322: Type 'Event' is not assignable to type 'string'.
7 <input matInput placeholder="[email protected]" required [(ngModel)]="login">
~~~~~~~
8 </mat-form-field>
~~~~~
src/app/components/login/lg-usuario/lg-usuario.component.ts:9:16
9 templateUrl: './lg-usuario.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgUsuarioComponent.
Error: src/app/components/login/lg-usuario/lg-usuario.component.html:21:7 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-card class="mt-2 card-error text-danger">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-usuario/lg-usuario.component.ts:9:16
9 templateUrl: './lg-usuario.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgUsuarioComponent.
Error: src/app/components/login/lg-usuario/lg-usuario.component.html:26:3 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
26 <mat-spinner mode="determinate"></mat-spinner>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/login/lg-usuario/lg-usuario.component.ts:9:16
9 templateUrl: './lg-usuario.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LgUsuarioComponent.
Error: src/app/components/login/login.component.html:1:1 - error NG8001: 'app-lg-usuario' is not a known element:
1. If 'app-lg-usuario' is an Angular component, then verify that it is part of this module.
2. If 'app-lg-usuario' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <app-lg-usuario></app-lg-usuario>
~~~~~~~~~~~~~~~~
src/app/components/login/login.component.ts:5:16
5 templateUrl: './login.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component LoginComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:5:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:6:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-label>Nome:</mat-label>
~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:8:11 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="marcacao.nome">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:8:24 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="marcacao.nome">
~~~~~~~~~~~~~~~
9 </mat-form-field>
~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill" class= "col-lg-2 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:13:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-label>Tipo:</mat-label>
~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:14:7 - error NG8001: 'mat-select' is not a known element:
1. If 'mat-select' is an Angular component, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
14 <mat-select name="tipo" [(ngModel)]="marcacao.tipo">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:14:31 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-select'.
1. If 'mat-select' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
14 <mat-select name="tipo" [(ngModel)]="marcacao.tipo">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:14:44 - error TS2322: Type 'Event' is not assignable to type 'string'.
14 <mat-select name="tipo" [(ngModel)]="marcacao.tipo">
~~~~~~~~~~~~~~~
15 <mat-option value="D">Dias</mat-option>
~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:15:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
15 <mat-option value="D">Dias</mat-option>
~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-create/marcacao-create.component.html:16:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-option value="M">Meses</mat-option>
~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-create/marcacao-create.component.ts:13:16
13 templateUrl: './marcacao-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoCreateComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:16:13 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-icon>add</mat-icon>
~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:19:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
19 <mat-label class="ms-1 fs-6"></mat-label>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:25:11 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-icon>search</mat-icon>
~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:38:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:39:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-label>Nome:</mat-label>
~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:46:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
46 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:47:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
47 <mat-label>Tipo:</mat-label>
~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:59:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
59 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:68:54 - error NG8004: No pipe found with name 'slice'.
68 <td mat-cell *matCellDef="let row"> {{row.nome | slice:0:25}} ...</td>
~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:73:54 - error NG8004: No pipe found with name 'marcacaotipo'.
73 <td mat-cell *matCellDef="let row"> {{row.tipo | marcacaotipo}} ...</td>
~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:82:14 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
82 <a routerLink="/marcacoes/update/{{row.id}}">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:84:15 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
84 <mat-icon class="edit">edit</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:91:15 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
91 <mat-icon class="delete">delete</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:96:11 - error NG8001: 'mat-dialog-content' is not a known element:
1. If 'mat-dialog-content' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
96 <mat-dialog-content class="mat-typography">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:99:11 - error NG8001: 'mat-dialog-actions' is not a known element:
1. If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-actions' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
99 <mat-dialog-actions align="end">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:101:32 - error NG8002: Can't bind to 'mat-dialog-close' since it isn't a known property of 'button'.
101 <button mat-button [mat-dialog-close]="true" cdkFocusInitial>Apagar</button>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:112:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
112 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
113 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:112:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
112 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:112:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
112 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/marcacao/marcacao-read/marcacao-read.component.html:113:5 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
113 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/marcacao/marcacao-read/marcacao-read.component.ts:22:16
22 templateUrl: './marcacao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MarcacaoReadComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:3:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3 <mat-form-field appearance="fill" class="col-lg-8 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:4:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-label>Descrição:</mat-label>
~~~~~~~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:5:86 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
5 <input matInput maxlength="50" placeholder="Descrição Método" name="descricao" [(ngModel)]="metodoExame.descricao">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:5:99 - error TS2322: Type 'Event' is not assignable to type 'string'.
5 <input matInput maxlength="50" placeholder="Descrição Método" name="descricao" [(ngModel)]="metodoExame.descricao">
~~~~~~~~~~~~~~~~~~~~~~~
6 </mat-form-field>
~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
6m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:9:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
9 <mat-form-field class="example-full-width col-12" appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:10:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
10 <mat-label>Bibliografia</mat-label>
~~~~~~~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:11:87 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.
11 <textarea matInput placeholder="Texto descritivo do método" name="bibliografia" [(ngModel)]="metodoExame.bibliografia"></textarea>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodo-exame/metodo-exame.component.html:11:100 - error TS2322: Type 'Event' is not assignable to type 'string'.
11 <textarea matInput placeholder="Texto descritivo do método" name="bibliografia" [(ngModel)]="metodoExame.bibliografia"></textarea>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodo-exame/metodo-exame.component.ts:11:16
11 templateUrl: './metodo-exame.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodoExameComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:16:11 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-icon>add</mat-icon>
~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:19:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
19 <mat-label class="ms-1 fs-6"></mat-label>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:25:11 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-icon>search</mat-icon>
~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:40:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
40 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:41:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
41 <mat-label>Descrição:</mat-label>
~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:52:11 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
52 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:58:72 - error NG8004: No pipe found with name 'slice'.
58 <td mat-cell *matCellDef="let element"> {{element?.descricao | slice:0:65}} ...</td>
~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:63:75 - error NG8004: No pipe found with name 'slice'.
63 <td mat-cell *matCellDef="let element"> {{element?.bibliografia | slice:0:12}} ...</td>
~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:72:19 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
72 <mat-icon class="edit">edit</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:79:21 - error NG8001: 'app-usuario-update' is not a known element:
1. If 'app-usuario-update' is an Angular component, then verify that it is part of this module.
2. If 'app-usuario-update' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
79 <app-usuario-update [pacienteInput]="this.currentMetodosExames"></app-usuario-update>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:79:41 - error NG8002: Can't bind to 'pacienteInput' since it isn't a known property of 'app-usuario-update'.
1. If 'app-usuario-update' is an Angular component and it has 'pacienteInput' input, then verify that it is part of this module.
2. If 'app-usuario-update' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
79 <app-usuario-update [pacienteInput]="this.currentMetodosExames"></app-usuario-update>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:89:17 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
89 <mat-icon class="delete">delete</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:94:15 - error NG8001: 'mat-dialog-content' is not a known element:
1. If 'mat-dialog-content' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
94 <mat-dialog-content class="mat-typography">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:97:15 - error NG8001: 'mat-dialog-actions' is not a known element:
1. If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-actions' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
97 <mat-dialog-actions align="end">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:99:36 - error NG8002: Can't bind to 'mat-dialog-close' since it isn't a known property of 'button'.
99 <button mat-button [mat-dialog-close]="true" cdkFocusInitial>Apagar</button>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:111:5 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
111 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:111:20 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
111 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:111:47 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
111 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.html:112:5 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
112 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/metodos-exames/metodos-exames-read/metodos-exames-read.component.ts:15:16
15 templateUrl: './metodos-exames-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component MetodosExamesReadComponent.
Error: src/app/components/nota/nota.component.html:3:63 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
3 <table class="table table-striped table-bordered" mat-table [dataSource]="dataSource" matSort matSortActive="indeterminate_check_box" matSortDirection="asc" matSortDisableClear>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/nota/nota.component.ts:9:16
9 templateUrl: './nota.component.html'
~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component NotaComponent.
Error: src/app/components/nota/nota.component.html:18:81 - error NG8004: No pipe found with name 'number'.
18 <td mat-cell class="text-center" *matCellDef="let row">R$ {{ row?.valor | number : '1.2-2' }}</td>
~~~~~~
src/app/components/nota/nota.component.ts:9:16
9 templateUrl: './nota.component.html'
~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component NotaComponent.
Error: src/app/components/nota/nota.component.html:22:83 - error NG8004: No pipe found with name 'date'.
22 <td mat-cell class="text-center" *matCellDef="let row">{{ row?.enviado_em | date: 'dd/MM/yy' }}</td>
~~~~
src/app/components/nota/nota.component.ts:9:16
9 templateUrl: './nota.component.html'
~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component NotaComponent.
Error: src/app/components/nota/nota.component.html:26:83 - error NG8004: No pipe found with name 'date'.
26 <td mat-cell class="text-center" *matCellDef="let row">{{ row?.created_at | date: 'dd/MM/yy' }}</td>
~~~~
src/app/components/nota/nota.component.ts:9:16
9 templateUrl: './nota.component.html'
~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component NotaComponent.
Error: src/app/components/operadora/operadora-create/operadora-create.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-create/operadora-create.component.ts:11:16
11 templateUrl: './operadora-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraCreateComponent.
Error: src/app/components/operadora/operadora-create/operadora-create.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Nova Operadora</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-create/operadora-create.component.ts:11:16
11 templateUrl: './operadora-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraCreateComponent.
Error: src/app/components/operadora/operadora-create/operadora-create.component.html:3:3 - error NG8001: 'app-empresa-create' is not a known element:
1. If 'app-empresa-create' is an Angular component, then verify that it is part of this module.
2. If 'app-empresa-create' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3 <app-empresa-create [fromOperadora]=true [empresa]="this.empresa"></app-empresa-create>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-create/operadora-create.component.ts:11:16
11 templateUrl: './operadora-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraCreateComponent.
Error: src/app/components/operadora/operadora-create/operadora-create.component.html:3:23 - error NG8002: Can't bind to 'fromOperadora' since it isn't a known property of 'app-empresa-create'.
1. If 'app-empresa-create' is an Angular component and it has 'fromOperadora' input, then verify that it is part of this module.
2. If 'app-empresa-create' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
3 <app-empresa-create [fromOperadora]=true [empresa]="this.empresa"></app-empresa-create>
~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-create/operadora-create.component.ts:11:16
11 templateUrl: './operadora-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraCreateComponent.
Error: src/app/components/operadora/operadora-create/operadora-create.component.html:3:44 - error NG8002: Can't bind to 'empresa' since it isn't a known property of 'app-empresa-create'.
1. If 'app-empresa-create' is an Angular component and it has 'empresa' input, then verify that it is part of this module.
2. If 'app-empresa-create' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
3 <app-empresa-create [fromOperadora]=true [empresa]="this.empresa"></app-empresa-create>
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-create/operadora-create.component.ts:11:16
11 templateUrl: './operadora-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraCreateComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:2:30m - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Excluir Operadora</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:8:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="operadora.laboratorio_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:8:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
8 [(ngModel)]="operadora.laboratorio_id"
~~~~~~~~~~~~~~~~~~~~~~~~~
9 name="laboratorio_id"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:12:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:16:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
16 [(ngModel)]="operadora.original_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:16:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
16 [(ngModel)]="operadora.original_id"
~~~~~~~~~~~~~~~~~~~~~~
17 name="original_id"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:20:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:24:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
24 [(ngModel)]="operadora.version_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:24:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
24 [(ngModel)]="operadora.version_id"
~~~~~~~~~~~~~~~~~~~~~
25 name="version_id"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:28:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:32:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
32 [(ngModel)]="operadora.deleted"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:32:22 - error TS2322: Type 'Event' is not assignable to type 'boolean | undefined'.
32 [(ngModel)]="operadora.deleted"
~~~~~~~~~~~~~~~~~~
33 name="deleted"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:36:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
36 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:40:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
40 [(ngModel)]="operadora.changed_by_lab_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:40:22 - error TS2322: Type 'Event' is not assignable to type 'number'.
40 [(ngModel)]="operadora.changed_by_lab_id"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
41 name="changed_by_lab_id"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:45:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
45 <mat-card-title>Excluir Empresa</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:47:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
47 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:51:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
51 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:51:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
51 [(ngModel)]="empresa.razao_social"
~~~~~~~~~~~~~~~~~~~~~
52 name="razao_social"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:55:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
55 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:59:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
59 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:59:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
59 [(ngModel)]="empresa.nome_fantasia"
~~~~~~~~~~~~~~~~~~~~~~
60 name="nome_fantasia"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:63:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
63 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:67:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
67 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:67:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
67 [(ngModel)]="empresa.cnpj"
~~~~~~~~~~~~~
68 name="cnpj"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:71:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
71 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:75:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
75 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:75:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
75 [(ngModel)]="empresa.inscricao_estadual"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
76 name="inscricao_estadual"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:79:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
79 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:83:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
83 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:83:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
83 [(ngModel)]="empresa.endereco"
~~~~~~~~~~~~~~~~~
84 name="endereco"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:87:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
87 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:91:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
91 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:91:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
91 [(ngModel)]="empresa.bairro"
~~~~~~~~~~~~~~~
92 name="Bairro"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:95:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
95 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:99:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
99 [(ngModel)]="empresa.cep"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:99:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
99 [(ngModel)]="empresa.cep"
~~~~~~~~~~~~
100 name="cep"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:103:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
103 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:107:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
107 [(ngModel)]="empresa.cidade"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:107:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
107 [(ngModel)]="empresa.cidade"
~~~~~~~~~~~~~~~
108 name="cidade"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:111:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
111 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:115:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
115 [(ngModel)]="empresa.uf"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:115:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
115 [(ngModel)]="empresa.uf"
~~~~~~~~~~~
116 name="uf"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:119:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
119 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:123:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
123 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:123:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
123 [(ngModel)]="empresa.telefone"
~~~~~~~~~~~~~~~~~
124 name="telefone"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:127:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
127 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:131:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
131 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:131:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
131 [(ngModel)]="empresa.fax"
~~~~~~~~~~~~
132 name="fax"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:135:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
135 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:139:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
139 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:139:22 - 1merror TS2322: Type 'Event' is not assignable to type 'string'.
139 [(ngModel)]="empresa.nome_contato"
~~~~~~~~~~~~~~~~~~~~~
140 name="nome_contato"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:143:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
143 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:147:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
147 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:147:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
147 [(ngModel)]="empresa.email"
~~~~~~~~~~~~~~
148 name="email"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:151:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
151 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:155:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
155 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:155:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
155 [(ngModel)]="empresa.cod_ibge_municipio"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
156 name="cod_ibge_municipio"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:159:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
159 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:163:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
163 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:163:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
163 [(ngModel)]="empresa.numero"
~~~~~~~~~~~~~~~
164 name="numero"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:167:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
167 <mat-form-field appearance="fill">
m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:171:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
171 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:171:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
171 [(ngModel)]="empresa.alvara"
~~~~~~~~~~~~~~~
172 name="alvara"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:175:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
175 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:179:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
179 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-delete/operadora-delete.component.html:179:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
179 [(ngModel)]="empresa.alvara_uf"
~~~~~~~~~~~~~~~~~~
180 name="alvara_uf"
~~~~~~
src/app/components/operadora/operadora-delete/operadora-delete.component.ts:10:16
10 templateUrl: './operadora-delete.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraDeleteComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:2:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:10:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
10 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:32:30 - error NG8004: No pipe found with name 'date'.
32 {{ row?.created_at | date: "dd/MM/yyyy" }}
~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:40:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
40 <a routerLink="/operadoras/update/{{ row.id }}" class="edit">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:43:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
43 <a routerLink="/operadoras/delete/{{ row.id }}" class="delete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:46:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
46 <a routerLink="/operadoras/show/{{ row.id }}" class="show">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:56:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
56 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:56:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
56 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:56:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
56 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:57:3 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
57 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-read/operadora-read.component.html:60:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
60 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/operadora/operadora-read/operadora-read.component.ts:20:16
20 templateUrl: './operadora-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraReadComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:2:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:4:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:15:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
15 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:16:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:18:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
18 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:33:45 - error NG8004: No pipe found with name 'date'.
33 Cadastrada em: {{ empresa.criado_em | date: "dd/MM/yyyy" }}
~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:38:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:39:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:41:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
41 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:50:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
50 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:51:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
51 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-show/operadora-show.component.html:53:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
53 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-show/operadora-show.component.ts:10:16
10 templateUrl: './operadora-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraShowComponent.
Error: src/app/components/operadora/operadora-update/operadora-update.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-update/operadora-update.component.ts:10:16
10 templateUrl: './operadora-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraUpdateComponent.
Error: src/app/components/operadora/operadora-update/operadora-update.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Alterar Operadora</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-update/operadora-update.component.ts:10:16
10 templateUrl: './operadora-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraUpdateComponent.
Error: src/app/components/operadora/operadora-update/operadora-update.component.html:4:1 - error NG8001: 'app-empresa-update' is not a known element:
1. If 'app-empresa-update' is an Angular component, then verify that it is part of this module.
2. If 'app-empresa-update' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <app-empresa-update [fromOperadora]=true [empresa]="this.empresa"></app-empresa-update>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-update/operadora-update.component.ts:10:16
10 templateUrl: './operadora-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraUpdateComponent.
Error: src/app/components/operadora/operadora-update/operadora-update.component.html:4:21 - error NG8002: Can't bind to 'fromOperadora' since it isn't a known property of 'app-empresa-update'.
1. If 'app-empresa-update' is an Angular component and it has 'fromOperadora' input, then verify that it is part of this module.
2. If 'app-empresa-update' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
4 <app-empresa-update [fromOperadora]=true [empresa]="this.empresa"></app-empresa-update>
~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-update/operadora-update.component.ts:10:16
10 templateUrl: './operadora-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraUpdateComponent.
Error: src/app/components/operadora/operadora-update/operadora-update.component.html:4:42 - error NG8002: Can't bind to 'empresa' since it isn't a known property of 'app-empresa-update'.
1. If 'app-empresa-update' is an Angular component and it has 'empresa' input, then verify that it is part of this module.
2. If 'app-empresa-update' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
4 <app-empresa-update [fromOperadora]=true [empresa]="this.empresa"></app-empresa-update>
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/operadora/operadora-update/operadora-update.component.ts:10:16
10 templateUrl: './operadora-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraUpdateComponent.
Error: src/app/components/operadora/operadora-update/operadora-update.component.html:5:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-card>
~~~~~~~~~~
src/app/components/operadora/operadora-update/operadora-update.component.ts:10:16
10 templateUrl: './operadora-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component OperadoraUpdateComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:5:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:6:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-label>Telefone:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:8:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
8 [(ngModel)]="paciente.telefone">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:8:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
8 [(ngModel)]="paciente.telefone">
~~~~~~~~~~~~~~~~~~~
9 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:11:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
11 <mat-form-field appearance="fill" class="col-lg-2 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:12:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
12 <mat-label>Celular:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:14:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
14 [(ngModel)]="paciente.celular">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:14:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
14 [(ngModel)]="paciente.celular">
~~~~~~~~~~~~~~~~~~
15 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:17:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
17 <mat-form-field appearance="fill" class="col-lg-4 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:18:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
18 <mat-label>E-mail:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:20:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
20 [(ngModel)]="paciente.email">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:20:28 - error TS2322: Type 'Event' is not assignable to type 'string'.
20 [(ngModel)]="paciente.email">
~~~~~~~~~~~~~~~~
21 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:25:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-label>Deseja receber CRM? </mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:26:7 - error NG8001: 'mat-slide-toggle' is not a known element:
1. If 'mat-slide-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-slide-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
26 <mat-slide-toggle class="mt-2" color="primary" name="receber_email"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27 [(ngModel)]="paciente.recebe_email">E-mail</mat-slide-toggle>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:27:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-slide-toggle'.
1. If 'mat-slide-toggle' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-slide-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
27 [(ngModel)]="paciente.recebe_email">E-mail</mat-slide-toggle>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:27:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
27 [(ngModel)]="paciente.recebe_email">E-mail</mat-slide-toggle>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:28:7 - error NG8001: 'mat-slide-toggle' is not a known element:
1. If 'mat-slide-toggle' is an Angular component, then verify that it is part of this module.
2. If 'mat-slide-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-slide-toggle class="mt-2" color="primary" name="receber_sms"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
29 [(ngModel)]="paciente.recebe_sms">SMS</mat-slide-toggle>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:29:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-slide-toggle'.
1. If 'mat-slide-toggle' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-slide-toggle' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
29 [(ngModel)]="paciente.recebe_sms">SMS</mat-slide-toggle>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:29:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
29 [(ngModel)]="paciente.recebe_sms">SMS</mat-slide-toggle>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:93m16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:32:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
32 <mat-form-field class="example-full-width col-lg-12 p-2" appearance="fill" >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:33:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
33 <mat-label>Observações</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:34:26 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'textarea'.
34 <textarea matInput [(ngModel)]="paciente.observacao" name="observacao"></textarea>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.html:34:39 - error TS2322: Type 'Event' is not assignable to type 'string'.
34 <textarea matInput [(ngModel)]="paciente.observacao" name="observacao"></textarea>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-contatos/paciente-create-dados-contatos.component.ts:8:16
8 templateUrl: './paciente-create-dados-contatos.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosContatosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:6:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:7:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-label>Convênio:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:8:9 - error NG8001: 'mat-select' is not a known element:
1. If 'mat-select' is an Angular component, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
8 <mat-select name="convenio_id" [(ngModel)]="paciente.convenio_id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:8:40 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-select'.
1. If 'mat-select' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
8 <mat-select name="convenio_id" [(ngModel)]="paciente.convenio_id">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:8:53 - error TS2322: Type 'Event' is not assignable to type 'number'.
8 <mat-select name="convenio_id" [(ngModel)]="paciente.convenio_id">
~~~~~~~~~~~~~~~~~~~~~~
9 <mat-option *ngFor="let conv of convenios" value="">
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:9[0m:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
9 <mat-option *ngFor="let conv of convenios" value="">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:16:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: [39msrc/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:17:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
17 <mat-label>Titular:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:18:67 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
18 <input matInput #input maxlength="50" name="nome_titular" [(ngModel)]="paciente.nome_titular">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:18:80 - error TS2322: Type 'Event' is not assignable to type 'string'.
18 <input matInput #input maxlength="50" name="nome_titular" [(ngModel)]="paciente.nome_titular">
~~~~~~~~~~~~~~~~~~~~~~~
19 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:23:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:24:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-label>Carteirinha:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:25:73 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
25 <input matInput #input maxlength="50" name="numero_carteirinha" [(ngModel)]="paciente.numero_carteirinha">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:25:86 - error TS2322: Type 'Event' is not assignable to type 'string'.
25 <input matInput #input maxlength="50" name="numero_carteirinha" [(ngModel)]="paciente.numero_carteirinha">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:30:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field class="example-full-width" appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:31:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-label>Validade</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:32:65 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
32 <input matInput type="date" name="validade_carteirinha" [(ngModel)]="paciente.validade_carteirinha">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:32:78 - error TS2322: Type 'Event' is not assignable to type 'Date'.
32 <input matInput type="date" name="validade_carteirinha" [(ngModel)]="paciente.validade_carteirinha">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:37:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
37 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:38:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <mat-label>CNS:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:39:58 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
39 <input matInput #input maxlength="15" name="cns" [(ngModel)]="paciente.ncns">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.html:39:71 - error TS2322: Type 'Event' is not assignable to type 'string'.
39 <input matInput #input maxlength="15" name="cns" [(ngModel)]="paciente.ncns">
~~~~~~~~~~~~~~~
40 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-convenio/paciente-create-dados-convenio.component.ts:8:16
8 templateUrl: './paciente-create-dados-convenio.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosConvenioComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:6:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:7:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-label for="cep">CEP:</mat-label>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:9:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
9 [(ngModel)]="paciente.cep"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:9:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
9 [(ngModel)]="paciente.cep"
~~~~~~~~~~~~~
10 (ngModelChange)="consulta()">
~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:15:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
15 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:16:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-label>Cidade:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:18:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
18 [(ngModel)]="paciente.cidade">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:18:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
18 [(ngModel)]="paciente.cidade">
~~~~~~~~~~~~~~~~~
19 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:23:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
23 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:24:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
24 <mat-label>UF:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:26:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
26 [(ngModel)]="paciente.uf">
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:26:28 - error TS2322: Type 'Event' is not assignable to type 'string'.
26 [(ngModel)]="paciente.uf">
~~~~~~~~~~~~~
27 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:31:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:32:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
32 <mat-label>Cod. IBGE:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:34:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
34 [(ngModel)]="paciente.cod_ibge_municipio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:34:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
34 [(ngModel)]="paciente.cod_ibge_municipio">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
35 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:39:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
[96m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:40:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
40 <mat-label>Logradouro:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:42:15 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
42 [(ngModel)]="paciente.endereco">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:42:28 - error TS2322: Type 'Event' is not assignable to type 'string'.
42 [(ngModel)]="paciente.endereco">
~~~~~~~~~~~~~~~~~~~
43 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:47:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
47 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:48:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
48 <mat-label>N°:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:49:66 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
49 <input matInput maxlength="50" id="numero" name="numero" [(ngModel)]="paciente.numero">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:49:79 - error TS2322: Type 'Event' is not assignable to type 'string'.
49 <input matInput maxlength="50" id="numero" name="numero" [(ngModel)]="paciente.numero">
~~~~~~~~~~~~~~~~~
50 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:54:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
54 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:55:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
55 <mat-label>Complemento:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:57:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
57 [(ngModel)]="paciente.complemento_endereco">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:57:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
57 [(ngModel)]="paciente.complemento_endereco">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:62:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
62 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:63:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
63 <mat-label>Bairro:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:65:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
65 [(ngModel)]="paciente.bairro">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.html:65:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
65 [(ngModel)]="paciente.bairro">
~~~~~~~~~~~~~~~~~
66 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-endereco/paciente-create-dados-endereco.component.ts:11:16
11 templateUrl: './paciente-create-dados-endereco.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosEnderecoComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.html:1:1 - error NG8001: 'mat-tab-group' is not a known element:
1. If 'mat-tab-group' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-tab-group>
~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.ts:7:16
7 templateUrl: './paciente-create-dados-outros.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosOutrosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.html:2:3 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-tab label="Endereço">
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.ts:7:16
7 templateUrl: './paciente-create-dados-outros.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosOutrosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.html:3:5 - error NG8001: 'app-paciente-create-dados-endereco' is not a known element:
1. If 'app-paciente-create-dados-endereco' is an Angular component, then verify that it is part of this module.
2. If 'app-paciente-create-dados-endereco' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3 <app-paciente-create-dados-endereco></app-paciente-create-dados-endereco>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.ts:7:16
7 templateUrl: './paciente-create-dados-outros.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosOutrosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.html:5:3 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-tab label="Contatos">
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.ts:7:16
7 templateUrl: './paciente-create-dados-outros.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosOutrosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.html:6:5 - error NG8001: 'app-paciente-create-dados-contatos' is not a known element:
1. If 'app-paciente-create-dados-contatos' is an Angular component, then verify that it is part of this module.
2. If 'app-paciente-create-dados-contatos' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <app-paciente-create-dados-contatos></app-paciente-create-dados-contatos>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.ts:7:16
7 templateUrl: './paciente-create-dados-outros.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosOutrosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.html:8:3 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
8 <mat-tab label="Plano de Saude">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.ts:7:16
7 templateUrl: './paciente-create-dados-outros.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosOutrosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.html:9:5 - error NG8001: 'app-paciente-create-dados-convenio' is not a known element:
1. If 'app-paciente-create-dados-convenio' is an Angular component, then verify that it is part of this module.
2. If 'app-paciente-create-dados-convenio' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
9 <app-paciente-create-dados-convenio></app-paciente-create-dados-convenio>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-outros/paciente-create-dados-outros.component.ts:7:16
7 templateUrl: './paciente-create-dados-outros.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosOutrosComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:5:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
5 <mat-form-field appearance="fill" class="col-lg-3 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:6:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-label>Nome:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:7:80 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
7 <input matInput maxlength="50" placeholder="Nome completo" name="nome" [(ngModel)]="paciente.nome">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:7:93 - error TS2322: Type 'Event' is not assignable to type 'string'.
7 <input matInput maxlength="50" placeholder="Nome completo" name="nome" [(ngModel)]="paciente.nome">
~~~~~~~~~~~~~~~
8 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:10:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
10 <mat-form-field appearance="fill" class="col-lg-2 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:11:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
11 <mat-label>RG:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:12:70 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
12 <input matInput maxlength="12" mask="00.000.000-0" name="rg" [(ngModel)]="paciente.rg">
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:12:83 - error TS2322: Type 'Event' is not assignable to type 'string'.
12 <input matInput maxlength="12" mask="00.000.000-0" name="rg" [(ngModel)]="paciente.rg">
~~~~~~~~~~~~~
13 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:15:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
15 <mat-form-field appearance="fill" class="col-lg-2 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:16:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-label>CPF:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
mError: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:17:73 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 <input matInput maxlength="14" mask="000.000.000-00" name="cpf" [(ngModel)]="paciente.cpf">
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:17:86 - error TS2322: Type 'Event' is not assignable to type 'string'.
17 <input matInput maxlength="14" mask="000.000.000-00" name="cpf" [(ngModel)]="paciente.cpf">
~~~~~~~~~~~~~~
18 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:20:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
20 <mat-form-field appearance="fill" id="datanascimentopaciente" class="col-lg-2 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:21:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-label>Data de nascimento</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:23:40 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
23 (input)="calculaIdade()" [(ngModel)]="paciente.data_nascimento">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:23:53 - error TS2322: Type 'Event' is not assignable to type 'Date'.
23 (input)="calculaIdade()" [(ngModel)]="paciente.data_nascimento">
~~~~~~~~~~~~~~~~~~~~~~~~~~
24 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:30:7 - error[0m NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field appearance="fill" class="col-lg-3 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:31:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-label>Nome da Mãe:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:32:88 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
32 <input matInput maxlength="50" placeholder="Nome mãe compelto" name="nome_mae" [(ngModel)]="paciente.nome_mae">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:32:101 - error TS2322: Type 'Event' is not assignable to type 'string'.
32 <input matInput maxlength="50" placeholder="Nome mãe compelto" name="nome_mae" [(ngModel)]="paciente.nome_mae">
~~~~~~~~~~~~~~~~~~~
33 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:3m35:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
35 <mat-form-field appearance="fill" class= "col-lg-2 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:36:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
36 <mat-label>Sexo</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:37:9 - error NG8001: 'mat-select' is not a known element:
1. If 'mat-select' is an Angular component, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
37 <mat-select name="sexo" [(ngModel)]="paciente.sexo">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:37:33 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-select'.
1. If 'mat-select' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
37 <mat-select name="sexo" [(ngModel)]="paciente.sexo">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:37:46 - error TS2322: Type 'Event' is not assignable to type 'string'.
37 <mat-select name="sexo" [(ngModel)]="paciente.sexo">
~~~~~~~~~~~~~~~
38 <mat-option value="masc">Masculino</mat-option>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:38:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <mat-option value="masc">Masculino</mat-option>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:39:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-option value="fem">Feminino</mat-option>
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:40:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
40 <mat-option value="sexoutros">Outros</mat-option>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:44:7 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
44 <mat-form-field appearance="fill" class= "col-lg-2 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:45:9 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
45 <mat-label>Cor</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:46:9 - error NG8001: 'mat-select' is not a known element:
1. If 'mat-select' is an Angular component, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
46 <mat-select name="cor" [(ngModel)]="paciente.cor">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:46:32 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'mat-select'.
1. If 'mat-select' is an Angular component and it has 'ngModel' input, then verify that it is part of this module.
2. If 'mat-select' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
46 <mat-select name="cor" [(ngModel)]="paciente.cor">
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:46:45 - error TS2322: Type 'Event' is not assignable to type 'string'.
46 <mat-select name="cor" [(ngModel)]="paciente.cor">
~~~~~~~~~~~~~~
47 <mat-option value="amarelo">Amarelo</mat-option>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:47:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
47 <mat-option value="amarelo">Amarelo</mat-option>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:48:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
48 <mat-option value="branco">Branco</mat-option>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:49:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
49 <mat-option value="preto">Preto</mat-option>
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:50:11 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
50 <mat-option value="coroutros">Outros</mat-option>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:55:9 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
55 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:56:11 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
56 <mat-label>Idade:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:57:58 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
57 <input matInput disabled name="idade_paciente" [(ngModel)]="paciente.idade_paciente">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.html:57:71 - error TS2322: Type 'Event' is not assignable to type 'string'.
57 <input matInput disabled name="idade_paciente" [(ngModel)]="paciente.idade_paciente">
~~~~~~~~~~~~~~~~~~~~~~~~~
58 </mat-form-field>
~~~~~
src/app/components/paciente/paciente-create/paciente-create-dados-pessoais/paciente-create-dados-pessoais.component.ts:10:16
10 templateUrl: './paciente-create-dados-pessoais.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateDadosPessoaisComponent.
Error: src/app/components/paciente/paciente-create/paciente-create.component.html:2:1 - error NG8001: 'app-paciente-create-dados-pessoais' is not a known element:
1. If 'app-paciente-create-dados-pessoais' is an Angular component, then verify that it is part of this module.
2. If 'app-paciente-create-dados-pessoais' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <app-paciente-create-dados-pessoais [paciente]='this.paciente'></app-paciente-create-dados-pessoais>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create.component.ts:8:16
8 templateUrl: './paciente-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateComponent.
Error: src/app/components/paciente/paciente-create/paciente-create.component.html:2:37 - error NG8002: Can't bind to 'paciente' since it isn't a known property of 'app-paciente-create-dados-pessoais'.
1. If 'app-paciente-create-dados-pessoais' is an Angular component and it has 'paciente' input, then verify that it is part of this module.
2. If 'app-paciente-create-dados-pessoais' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
2 <app-paciente-create-dados-pessoais [paciente]='this.paciente'></app-paciente-create-dados-pessoais>
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create.component.ts:8:16
8 templateUrl: './paciente-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateComponent.
Error: src/app/components/paciente/paciente-create/paciente-create.component.html:3:1 - error NG8001: 'app-paciente-create-dados-outros' is not a known element:
1. If 'app-paciente-create-dados-outros' is an Angular component, then verify that it is part of this module.
2. If 'app-paciente-create-dados-outros' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7m3 <app-paciente-create-dados-outros [paciente]='this.paciente'></app-paciente-create-dados-outros>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create.component.ts:8:16
8 templateUrl: './paciente-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateComponent.
Error: src/app/components/paciente/paciente-create/paciente-create.component.html:3:35 - error NG8002: Can't bind to 'paciente' since it isn't a known property of 'app-paciente-create-dados-outros'.
1. If 'app-paciente-create-dados-outros' is an Angular component and it has 'paciente' input, then verify that it is part of this module.
2. If 'app-paciente-create-dados-outros' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
3 <app-paciente-create-dados-outros [paciente]='this.paciente'></app-paciente-create-dados-outros>
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-create/paciente-create.component.ts:8:16
8 templateUrl: './paciente-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteCreateComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:16:11 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
16 <mat-icon>add</mat-icon>
~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:19:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
19 <mat-label class="ms-1 fs-6"></mat-label>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:25:9 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-icon>search</mat-icon>
~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:38:11 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
38 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:39:13 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-label>Nome:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:45:11 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
45 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:46:13 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
46 <mat-label>RG:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:53:11 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
53 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:54:13 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
54 <mat-label>CPF:</mat-label>
~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:66:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
66 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:72:66 - error NG8004: No pipe found with name 'slice'.
72 <td mat-cell *matCellDef="let element"> {{element.nome | slice:0:12}} ...</td>
~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:77:64 - error NG8004: No pipe found with name 'slice'.
77 <td mat-cell *matCellDef="let element"> {{element.rg | slice:0:5}} ...</td>
~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:82:65 - error NG8004: No pipe found with name 'slice'.
82 <td mat-cell *matCellDef="let element"> {{element.cpf | slice:0:5}} ...</td>
~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:87:67 - error NG8004: No pipe found with name 'slice'.
87 <td mat-cell *matCellDef="let element"> {{element.email | slice:0:9}} ...</td>
~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:92:70 - error NG8004: No pipe found with name 'slice'.
92 <td mat-cell *matCellDef="let element"> {{element.telefone | slice:0:7}} ...</td>
~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:97:69 - error NG8004: No pipe found with name 'slice'.
97 <td mat-cell *matCellDef="let element"> {{element.celular | slice:0:7}} ...</td>
~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:105:18 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
105 <a routerLink="/pacientes/update/{{element.id}}">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:107:19 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
107 <mat-icon class="edit">edit</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:112:19 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
112 <mat-icon class="delete">delete</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:117:15 - error NG8001: 'mat-dialog-content' is not a known element:
1. If 'mat-dialog-content' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
117 <mat-dialog-content class="mat-typography">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:120:15 - error NG8001: 'mat-dialog-actions' is not a known element:
1. If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-actions' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
120 <mat-dialog-actions align="end">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:122:36 - error NG8002: Can't bind to 'mat-dialog-close' since it isn't a known property of 'button'.
122 <button mat-button [mat-dialog-close]="true" cdkFocusInitial>Apagar</button>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:126:18 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
126 <a routerLink="/pacientes/show/{{element.id}}">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:128:19 - error0m NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
128 <mat-icon color="black">visibility</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:140:5 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
140 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
141 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:140:20 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
140 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:140:47 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
140 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-read/paciente-read.component.html:141:5 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
141 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-read/paciente-read.component.ts:13:16
13 templateUrl: './paciente-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteReadComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:7:3 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-card>
~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:8:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
8 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:10:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
10 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:31:3 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
31 <mat-card>
~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:32:5 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
32 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:34:5 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
34 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:63:3 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
63 <mat-card>
~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:64:5 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
64 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:66:5 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
66 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:84:3 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
84 <mat-card>
~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:85:5 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
85 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/paciente/paciente-show/paciente-show.component.html:87:5 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
87 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/paciente/paciente-show/paciente-show.component.ts:12:16
12 templateUrl: './paciente-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component PacienteShowComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:2:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:6:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:7:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:15:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
15 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:67:24 - error NG8004: No pipe found with name 'date'.
67 {{ row?.data | date: "dd-MM-yyyy" }}
~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:78:13 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
78 <mat-icon class="edit">edit</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:83:11 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
83 <mat-icon class="delete">delete</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:88:7 - error NG8001: 'mat-dialog-content' is not a known element:
1. If 'mat-dialog-content' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-content' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
88 <mat-dialog-content class="mat-typography">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:91:7 - error NG8001: 'mat-dialog-actions' is not a known element:
1. If 'mat-dialog-actions' is an Angular component, then verify that it is part of this module.
2. If 'mat-dialog-actions' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
91 <mat-dialog-actions align="end">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:93:28 - error NG8002: Can't bind to 'mat-dialog-close' since it isn't a known property of 'button'.
93 <button mat-button [mat-dialog-close]="true" cdkFocusInitial>Apagar</button>
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:97:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
97 <a routerLink="/requisicoes/show/{{ row.id }}">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:99:13 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
99 <mat-icon color="show">visibility</mat-icon>
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:110:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
110 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
111 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:110:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
110 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:110:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
110 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:111:3 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
111 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-read/requisicao-read.component.html:114:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
114 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-read/requisicao-read.component.ts:30:16
30 templateUrl: './requisicao-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoReadComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:2:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:4:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:25:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
25 <mat-card>
~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:26:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
26 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:28:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:57:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <mat-card>
~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:58:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
58 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:60:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
60 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-show/requisicao-show.component.html:69:57 - error NG8004: No pipe found with name 'date'.
69 Data requisição: {{requisicao.inicio_requisicao | date: "dd/MM/yyyy"}}
~~~~
src/app/components/requisicao/requisicao-show/requisicao-show.component.ts:10:16
10 templateUrl: './requisicao-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoShowComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:3:1 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
3 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:12:61 - error NG8004: No pipe found with name 'slice'.
12 <td mat-cell *matCellDef="let row">{{row?.tipo_exame_id | slice:0:9}}</td>
~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:17:54 - error NG8004: No pipe found with name 'slice'.
17 <td mat-cell *matCellDef="let row">{{row?.status | slice:0:15}}</td>
~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:22:69 - error NG8004: No pipe found with name 'slice'.
22 <td mat-cell *matCellDef="let row">{{row?.material_biologico_id | slice:0:15}}</td>
~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:27:62 - error NG8004: No pipe found with name 'slice'.
27 <td mat-cell *matCellDef="let row">{{row?.nivel_urgencia | slice:0:12}}</td>
~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:32:59 - error NG8004: No pipe found with name 'slice'.
32 <td mat-cell *matCellDef="let row">{{row?.nao_coletar | slice:0:2}}</td>
~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:37:74 - error NG8004: No pipe found with name 'slice'.
37 <td mat-cell *matCellDef="let row">{{row?.usuario_conferencia_guia_id| slice:0:15}}</td>
~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:53:11 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
53 <mat-icon>add</mat-icon>
~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:57:3 - error NG8001: 'app-autocomplete-versao-exame' is not a known element:
1. If 'app-autocomplete-versao-exame' is an Angular component, then verify that it is part of this module.
2. If 'app-autocomplete-versao-exame' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <app-autocomplete-versao-exame></app-autocomplete-versao-exame>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:67:1 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
67 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 [pageSizeOptions]="[5, 10, 15]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:67:16 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
67 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:67:43 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
67 <mat-paginator [length]="this.totalCount" [pageSize]="10"
~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.html:68:1 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
68 [pageSizeOptions]="[5, 10, 15]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update-exames/requisicao-update-exames.component.ts:13:16
13 templateUrl: './requisicao-update-exames.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateExamesComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:2:3 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card>
~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:11:m35 - error NG8004: No pipe found with name 'date'.
11 <span>{{requisicao.data | date : 'dd/MM/yyyy'}}</span>
~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:16:35 - error NG8004: No pipe found with name 'date'.
16 <span>{{requisicao.data | date : 'dd/MM/yyyy'}}</span>
~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:21:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-form-field appearance="fill" class="col-6">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
0m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:22:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
22 <mat-label>Paciente</mat-label>
~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:25:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
25 [(ngModel)]="this.paciente.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:25:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
25 [(ngModel)]="this.paciente.nome"
~~~~~~~~~~~~~~~~~~~
26 disabled>
~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:28:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-form-field appearance="fill" class="col-6">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:29:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
29 <mat-label>Local De Atendimento</mat-label>
~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:32:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
32 [(ngModel)]="this.localDeAtendimento.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:32:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
32 [(ngModel)]="this.localDeAtendimento.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33 disabled>
~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:35:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
35 <mat-form-field appearance="fill" class="col-6">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:36:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
36 <mat-label>Medico</mat-label>
~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:39:16 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
39 [(ngModel)]="this.medico.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
7m16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:39:29 - error TS2322: Type 'Event' is not assignable to type 'string'.
39 [(ngModel)]="this.medico.nome"
~~~~~~~~~~~~~~~~~
40 disabled>
~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:42:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
42 <mat-form-field appearance="fill" class="col-6">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:43:7 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
43 <mat-label>Convênio</mat-label>
~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:46:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
46 [(ngModel)]="this.convenio.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:46:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
46 [(ngModel)]="this.convenio.nome"
~~~~~~~~~~~~~~~~~~~
47 disabled>
~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:50:3 - error NG8001: 'mat-tab-group' is not a known element:
1. If 'mat-tab-group' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab-group' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
50 <mat-tab-group>
~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:51:5 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
51 <mat-tab label="1-Exames">
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:52:7 - error NG8001: 'app-requisicao-update-exames' is not a known element:
1. If 'app-requisicao-update-exames' is an Angular component, then verify that it is part of this module.
2. If 'app-requisicao-update-exames' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
52 <app-requisicao-update-exames></app-requisicao-update-exames>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:54:5 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
54 <mat-tab label="2-Amostras">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/requisicao/requisicao-update/requisicao-update.component.html:56:5 - error NG8001: 'mat-tab' is not a known element:
1. If 'mat-tab' is an Angular component, then verify that it is part of this module.
2. If 'mat-tab' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
56 <mat-tab label="3-valores">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/requisicao/requisicao-update/requisicao-update.component.ts:16:16
16 templateUrl: './requisicao-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component RequisicaoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Novo Responsável Técnico</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:3:40 - error NG8003: No directive found with exportAs 'ngForm'.
3 <form #formCreateResponsavelTecnico="ngForm">
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
96m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:12:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
12 [(ngModel)]="responsavelTecnico.titulo"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:12:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
12 [(ngModel)]="responsavelTecnico.titulo"
~~~~~~~~~~~~~~~~~~~~~~~~~~
13 #titulo="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:13:18 - error NG8003: No directive found with exportAs 'ngModel'.
13 #titulo="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:30:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:38:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
38 [(ngModel)]="responsavelTecnico.registro_profissional"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:38:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
38 [(ngModel)]="responsavelTecnico.registro_profissional"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 #registro_profissional="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:39:33 - error NG8003: No directive found with exportAs 'ngModel'.
39 #registro_profissional="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:57:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:65:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
65 [(ngModel)]="responsavelTecnico.conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:65:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
65 [(ngModel)]="responsavelTecnico.conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66 #conselho="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:66:20 - error NG8003: No directive found with exportAs 'ngModel'.
66 #conselho="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:84:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
84 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:91:18 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
91 matInput [matAutocomplete]="auto"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:93:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
93 [(ngModel)]="responsavelTecnico.uf_conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:93:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
93m [(ngModel)]="responsavelTecnico.uf_conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
94 #uf_conselho="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:94:23 - error NG8003: No directive found with exportAs 'ngModel'.
94 #uf_conselho="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:112:7 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
112 <mat-autocomplete #auto="matAutocomplete">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:112:32 - error NG8003: No directive found with exportAs 'matAutocomplete'.
112 <mat-autocomplete #auto="matAutocomplete">
~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:113:9 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
113 <mat-option *ngFor="let state of this.filtered_states" [value]="state">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:113:64 - error NG8002: Can't bind to 'value' since it isn't a known property of 'mat-option'.
1. If 'mat-option' is an Angular component and it has 'value' input, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
113 <mat-option *ngFor="let state of this.filtered_states" [value]="state">
~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:118:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
118 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:126:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
126 [(ngModel)]="responsavelTecnico.cbos"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:126:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
126 [(ngModel)]="responsavelTecnico.cbos"
~~~~~~~~~~~~~~~~~~~~~~~~
127 #cbos="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:127:16 - error NG8003: No directive found with exportAs 'ngModel'.
127 #cbos="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:142:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
142 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:152:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
152 [(ngModel)]="responsavelTecnico.cpf"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:152:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
152 [(ngModel)]="responsavelTecnico.cpf"
~~~~~~~~~~~~~~~~~~~~~~~
153 #cpf="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.html:153:15 - error NG8003: No directive found with exportAs 'ngModel'.
153 #cpf="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-create/responsavel-tecnico-create.component.ts:10:16
10 templateUrl: './responsavel-tecnico-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoCreateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:1:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:2:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:6:1 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
6 <mat-form-field class="search-field">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:7:3 - error NG8001: 'mat-input-container' is not a known element:
1. If 'mat-input-container' is an Angular component, then verify that it is part of this module.
2. If 'mat-input-container' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-input-container>
~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:14:5 - error NG8002: Can't bind to 'dataSource' since it isn't a known property of 'table'.
14 [dataSource]="dataSource"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:36:30 - error NG8004: No pipe found with name 'slice'.
36 {{ row?.assinatura | slice:0:10 }}
~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:62:30 - error NG8004: No pipe found with name 'date'.
62 {{ row?.created_at | date: "dd/MM/yyyy" }}
~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:70:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
70 <a routerLink="/responsavel_tecnicos/update/{{ row.id }}" class="edit" title="Editar registro">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:73:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
73 <a routerLink="/responsavel_tecnicos/delete/{{ row.id }}" class="delete" title="Apagar registro">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:76:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
76 <a routerLink="/responsavel_tecnicos/show/{{ row.id }}" class="show" title="Visualizar registro">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:79:12 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
79 <a routerLink="/responsavel_tecnicos/upload/{{ row.id }}" title="Upload de Arquivo">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:89:3 - error NG8001: 'mat-paginator' is not a known element:
1. If 'mat-paginator' is an Angular component, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
89 <mat-paginator [length]="this.totalCount" [pageSize]="15"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
90 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:89:18 - error NG8002: Can't bind to 'length' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'length' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
89 <mat-paginator [length]="this.totalCount" [pageSize]="15"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:89:45 - error NG8002: Can't bind to 'pageSize' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSize' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
89 <mat-paginator [length]="this.totalCount" [pageSize]="15"
~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:90:3 - error NG8002: Can't bind to 'pageSizeOptions' since it isn't a known property of 'mat-paginator'.
1. If 'mat-paginator' is an Angular component and it has 'pageSizeOptions' input, then verify that it is part of this module.
2. If 'mat-paginator' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
90 [pageSizeOptions]="[10, 20, 60, 240, 1200]"></mat-paginator>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.html:93:5 - error NG8001: 'mat-spinner' is not a known element:
1. If 'mat-spinner' is an Angular component, then verify that it is part of this module.
2. If 'mat-spinner' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
93 <mat-spinner></mat-spinner>
~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-read/responsavel-tecnico-read.component.ts:26:16
26 templateUrl: './responsavel-tecnico-read.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoReadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.ts:8:16
8 templateUrl: './responsavel-tecnico-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoShowComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.html:2:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.ts:8:16
8 templateUrl: './responsavel-tecnico-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoShowComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.html:4:3 - error NG8001: 'mat-divider' is not a known element:
1. If 'mat-divider' is an Angular component, then verify that it is part of this module.
2. If 'mat-divider' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-divider inset></mat-divider>
~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.ts:8:16
8 templateUrl: './responsavel-tecnico-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoShowComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.html:19:47 - error NG8004: No pipe found with name 'mask'.
19 CPF: {{(responsavelTecnico.cpf || '') | mask:'000.000.000-00'}}
~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.ts:8:16
8 templateUrl: './responsavel-tecnico-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoShowComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.html:22:55 - error NG8004: No pipe found with name 'date'.
22 Cadastrada em: {{responsavelTecnico.criado_em | date: "dd/MM/yyyy"}}
~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.ts:8:16
8 templateUrl: './responsavel-tecnico-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoShowComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.html:28:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-icon>search</mat-icon>
~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.ts:8:16
8 templateUrl: './responsavel-tecnico-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoShowComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.html:37:87 - error NG8004: No pipe found with name 'safeurl'.
37 <img *ngIf="this.showSignature.imagem" [src]="this.showSignature.imagem | safeurl"/>
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-show/responsavel-tecnico-show.component.ts:8:16
8 templateUrl: './responsavel-tecnico-show.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoShowComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title>Editar Responsável Técnico</mat-card-title>
~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:3:40 - error NG8003: No directive found with exportAs 'ngForm'.
3 <form #formUpdateResponsavelTecnico="ngForm">
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:4:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:12:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
12 [(ngModel)]="responsavelTecnico.titulo"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:12:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
12 [(ngModel)]="responsavelTecnico.titulo"
~~~~~~~~~~~~~~~~~~~~~~~~~~
13 #titulo="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:13:18 - error NG8003: No directive found with exportAs 'ngModel'.
13 #titulo="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:30:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
30 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:38:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
38 [(ngModel)]="responsavelTecnico.registro_profissional"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:38:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
38 [(ngModel)]="responsavelTecnico.registro_profissional"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
39 #registro_profissional="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:39:33 - error NG8003: No directive found with exportAs 'ngModel'.
39 #registro_profissional="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:57:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
57 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:65:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
65 [(ngModel)]="responsavelTecnico.conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:65:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
65 [(ngModel)]="responsavelTecnico.conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66 #conselho="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:66:20 - error NG8003: No directive found with exportAs 'ngModel'.
66 #conselho="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:84:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
84 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:93:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
93 [(ngModel)]="responsavelTecnico.uf_conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:93:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
93 [(ngModel)]="responsavelTecnico.uf_conselho"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
94 #uf_conselho="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
[91mError: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:94:23 - error NG8003: No directive found with exportAs 'ngModel'.
94 #uf_conselho="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:112:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
112 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:120:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
120 [(ngModel)]="responsavelTecnico.cbos"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:120:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
120 [(ngModel)]="responsavelTecnico.cbos"
~~~~~~~~~~~~~~~~~~~~~~~~
121 #cbos="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:121:16 - error NG8003: No directive found with exportAs 'ngModel'.
121 #cbos="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:136:5 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
136 <mat-form-field appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:146:9 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
146 [(ngModel)]="responsavelTecnico.cpf"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:146:22 - error TS2322: Type 'Event' is not assignable to type 'string'.
146 [(ngModel)]="responsavelTecnico.cpf"
~~~~~~~~~~~~~~~~~~~~~~~
147 #cpf="ngModel"
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.html:147:15 - error NG8003: No directive found with exportAs 'ngModel'.
147 #cpf="ngModel"
~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-update/responsavel-tecnico-update.component.ts:8:16
8 templateUrl: './responsavel-tecnico-update.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUpdateComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.html:1:1 - error NG8001: 'mat-card' is not a known element:
1. If 'mat-card' is an Angular component, then verify that it is part of this module.
2. If 'mat-card' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-card>
~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.ts:10:16
10 templateUrl: './responsavel-tecnico-upload.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUploadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.html:2:3 - error NG8001: 'mat-card-title' is not a known element:
1. If 'mat-card-title' is an Angular component, then verify that it is part of this module.
2. If 'mat-card-title' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
2 <mat-card-title >Upload de Arquivo</mat-card-title>
~~~~~~~~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.ts:10:16
10 templateUrl: './responsavel-tecnico-upload.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUploadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.html:3:22 - error NG8003: No directive found with exportAs 'ngForm'.
3 <form #formUpload="ngForm">
~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.ts:10:16
10 templateUrl: './responsavel-tecnico-upload.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUploadComponent.
Error: src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.html:8:3 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
8 <mat-icon>attach_file</mat-icon>
~~~~~~~~~~
src/app/components/responsavel-tecnico/responsavel-tecnico-upload/responsavel-tecnico-upload.component.ts:10:16
10 templateUrl: './responsavel-tecnico-upload.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ResponsavelTecnicoUploadComponent.
Error: src/app/components/template/footer/footer.component.html:1:1 - error NG8001: 'mat-toolbar' is not a known element:
1. If 'mat-toolbar' is an Angular component, then verify that it is part of this module.
2. If 'mat-toolbar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-toolbar class="footer"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 *ngIf="!hasRoute('login')">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/footer/footer.component.ts:5:16
5 templateUrl: './footer.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component FooterComponent.
Error: src/app/components/template/header/header.component.html:1:1 - error NG8001: 'mat-toolbar' is not a known element:
1. If 'mat-toolbar' is an Angular component, then verify that it is part of this module.
2. If 'mat-toolbar' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-toolbar class="header mat-elevation-z4">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:6:24 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
6 <button mat-button [matMenuTriggerFor]="cadastro">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:7:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
7 <mat-icon>assignment</mat-icon>
~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:10:m5 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
10 <mat-menu #cadastro="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:10:26 - error NG8003: No directive found with exportAs 'matMenu'.
10 <mat-menu #cadastro="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:11:29 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
11 <button mat-menu-item [matMenuTriggerFor]="versaoexames">Versão Exames</button>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:36:7 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
36 <mat-menu #versaoexames="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:36:32 - error NG8003: No directive found with exportAs 'matMenu'.
36 <mat-menu #versaoexames="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:61:24 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
61 <button mat-button [matMenuTriggerFor]="consultar">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:62:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
62 <mat-icon>pageview</mat-icon>
~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:65:5 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
65 <mat-menu #consultar="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:65:27 - error NG8003: No directive found with exportAs 'matMenu'.
65 <mat-menu #consultar="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
96m ~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:71:24 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
71 <button mat-button [matMenuTriggerFor]="stockfin">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:72:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
72 <mat-icon>timer</mat-icon>
~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:75:5 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
75 <mat-menu #stockfin="matMenu">
91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:75:26 - error NG8003: No directive found with exportAs 'matMenu'.
75 <mat-menu #stockfin="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:76:29 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
76 <button mat-menu-item [matMenuTriggerFor]="tipos">Categorias e Tipos</button>
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:77:7 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
77 <mat-menu #tipos="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:77:25 - error NG8003: No directive found with exportAs 'matMenu'.
77 <mat-menu #tipos="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:97:29 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
97 <button mat-menu-item [matMenuTriggerFor]="cadastros">Cadastros</button>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:98:7 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
98 <mat-menu #cadastros="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:98:29 - error NG8003: No directive found with exportAs 'matMenu'.
98 <mat-menu #cadastros="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:138:24 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
138 <button mat-button [matMenuTriggerFor]="configurar">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:139:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
139 <mat-icon>settings</mat-icon>
~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:142:5 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
142 <mat-menu #configurar="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:142:28 - error NG8003: No directive found with exportAs 'matMenu'.
142 <mat-menu #configurar="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:148:24 - error NG8002: Can't bind to 'matMenuTriggerFor' since it isn't a known property of 'button'.
148 <button mat-button [matMenuTriggerFor]="perfil">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:149:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
149 <mat-icon>account_circle</mat-icon>
~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:153:5 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
153 <mat-menu #consultar="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:153:27 - error NG8003: No directive found with exportAs 'matMenu'.
153 <mat-menu #consultar="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:161:5 - error NG8001: 'mat-menu' is not a known element:
1. If 'mat-menu' is an Angular component, then verify that it is part of this module.
2. If 'mat-menu' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
161 <mat-menu #perfil="matMenu">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/header/header.component.html:161:24 - error NG8003: No directive found with exportAs 'matMenu'.
161 <mat-menu #perfil="matMenu">
~~~~~~~
src/app/components/template/header/header.component.ts:13:16
13 templateUrl: './header.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component HeaderComponent.
Error: src/app/components/template/nav/nav.component.html:1:1 - error NG8001: 'mat-nav-list' is not a known element:
1. If 'mat-nav-list' is an Angular component, then verify that it is part of this module.
2. If 'mat-nav-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
1 <mat-nav-list class="content">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/template/nav/nav.component.ts:5:16
5 templateUrl: './nav.component.html',
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component NavComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:1:7 - error NG8002: Can't bind to 'formGroup' since it isn't a known property of 'form'.
1 <form [formGroup]="userForm" class="example-container row container-fluid" fxShow.gt-xs>
~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:3:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3 <mat-form-field appearance="fill" class="col-lg-12 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:4:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
4 <mat-label>Nome:</mat-label>
~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:7:33 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
7 name="nome" [(ngModel)]="usuario.nome"
~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:7:46 - error TS2322: Type 'Event' is not assignable to type 'string'.
7 name="nome" [(ngModel)]="usuario.nome"
~~~~~~~~~~~~~
8 formControlName="nome">
~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:13:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
13 <mat-form-field appearance="fill" class="col-lg-12 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:14:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
14 <mat-label>Usuario:</mat-label>
~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:17:34 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
17 name="login" [(ngModel)]="usuario.login"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:17:47 - error TS2322: Type 'Event' is not assignable to type 'string'.
17 name="login" [(ngModel)]="usuario.login"
~~~~~~~~~~~~~~
18 formControlName="login">
~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:21:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
21 <mat-form-field appearance="fill" class="col-lg-12 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:22:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
22 <mat-label>Cargo:</mat-label>
~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:27:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
27 <mat-form-field appearance="fill" class="col-lg-12 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:28:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
28 <mat-label>Senha:</mat-label>
~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:32:12 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
32 [(ngModel)]="usuario.senha"
~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
1mError: src/app/components/usuario/usuario-create/usuario-create.component.html:32:25 - error TS2322: Type 'Event' is not assignable to type 'string'.
32 [(ngModel)]="usuario.senha"
~~~~~~~~~~~~~~
33 formControlName="senha">
~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:35:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
35 <mat-icon>{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:39:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
39 <mat-form-field appearance="fill" class="col-lg-12 col-md-12 p-2">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:40:5 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
40 <mat-label>Confirmaçao:</mat-label>
~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:45:12 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
45 [(ngModel)]="usuario.confirmaSenha"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:45:25 - error TS2322: Type 'Event' is not assignable to type 'string'.
45 [(ngModel)]="usuario.confirmaSenha"
~~~~~~~~~~~~~~~~~~~~~~
46 formControlName="confirmaSenha">
~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:48:7 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
48 <mat-icon>{{hide ? 'visibility_off' : 'visibility'}}</mat-icon>
~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:51:3 - error NG8001: 'mat-form-field' is not a known element:
1. If 'mat-form-field' is an Angular component, then verify that it is part of this module.
2. If 'mat-form-field' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
51 <mat-form-field class="example-chip-list" appearance="fill">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:52:3 - error NG8001: 'mat-label' is not a known element:
1. If 'mat-label' is an Angular component, then verify that it is part of this module.
2. If 'mat-label' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
52 <mat-label>Grupos</mat-label>
~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:53:3 - error NG8001: 'mat-chip-list' is not a known element:
1. If 'mat-chip-list' is an Angular component, then verify that it is part of this module.
2. If 'mat-chip-list' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
53 <mat-chip-list #chipList aria-label="grupo selection">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:54:5 - error NG8001: 'mat-chip' is not a known element:
1. If 'mat-chip' is an Angular component, then verify that it is part of this module.
2. If 'mat-chip' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
54 <mat-chip
~~~~~~~~~
55 *ngFor="let grupo of grupos"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
57 [removable]="removable"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58 (removed)="remove(grupo)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:56:7 - error NG8002: Can't bind to 'selectable' since it isn't a known property of 'mat-chip'.
1. If 'mat-chip' is an Angular component and it has 'selectable' input, then verify that it is part of this module.
2. If 'mat-chip' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
56 [selectable]="selectable"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:57:7 - error NG8002: Can't bind to 'removable' since it isn't a known property of 'mat-chip'.
1. If 'mat-chip' is an Angular component and it has 'removable' input, then verify that it is part of this module.
2. If 'mat-chip' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
57 [removable]="removable"
~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:61:9 - error NG8001: 'mat-icon' is not a known element:
1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
61 <mat-icon>cancel</mat-icon>
~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:67:7 - error NG8002: Can't bind to 'formControl' since it isn't a known property of 'input'.
67 [formControl]="grupoCtrl"
~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:68:7 - error NG8002: Can't bind to 'matAutocomplete' since it isn't a known property of 'input'.
68 [matAutocomplete]="auto"
~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:69:7 - error NG8002: Can't bind to 'matChipInputFor' since it isn't a known property of 'input'.
69 [matChipInputFor]="chipList"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:70:7 - error NG8002: Can't bind to 'matChipInputSeparatorKeyCodes' since it isn't a known property of 'input'.
70 [matChipInputSeparatorKeyCodes]="separatorKeysCodes"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:71:35 - error TS2345: Argument of type 'Event' is not assignable to parameter of type 'MatChipInputEvent'.
71 (matChipInputTokenEnd)="add($event)"
~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:73:7 - error NG8002: Can't bind to 'ngModel' since it isn't a known property of 'input'.
73 [(ngModel)]="usuario.grupos"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:73:20 - error TS2322: Type 'Event' is not assignable to type 'string'.
73 [(ngModel)]="usuario.grupos"
~~~~~~~~~~~~~~~
74 formControlName="grupos"
~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:77:3 - error NG8001: 'mat-autocomplete' is not a known element:
1. If 'mat-autocomplete' is an Angular component, then verify that it is part of this module.
2. If 'mat-autocomplete' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
77 <mat-autocomplete #auto="matAutocomplete" (optionSelected)="selected($event)">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:77:28 - error NG8003: No directive found with exportAs 'matAutocomplete'.
77 <mat-autocomplete #auto="matAutocomplete" (optionSelected)="selected($event)">
~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:77:72 - error TS2345: Argument of type 'Event' is not assignable to parameter of type 'MatAutocompleteSelectedEvent'.
77 <mat-autocomplete #auto="matAutocomplete" (optionSelected)="selected($event)">
~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Error: src/app/components/usuario/usuario-create/usuario-create.component.html:78:5 - error NG8001: 'mat-option' is not a known element:
1. If 'mat-option' is an Angular component, then verify that it is part of this module.
2. If 'mat-option' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
78 <mat-option *ngFor="let grupo of filteredGrupos | async" [value]="grupo">
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/app/components/usuario/usuario-create/usuario-create.component.ts:16:16
16 templateUrl: './usuario-create.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component UsuarioCreateComponent.
Err
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment