Ajout MatIconModule
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
} from "@angular/material/core";
|
||||
import { TranslateModule, TranslateService } from "@ngx-translate/core";
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { MatIconModule } from "@angular/material/icon";
|
||||
|
||||
import { TunnelResp } from "../../models/tunnel";
|
||||
|
||||
@@ -41,7 +42,12 @@ class PickDateAdapter extends NativeDateAdapter {
|
||||
{ provide: DateAdapter, useClass: PickDateAdapter },
|
||||
{ provide: MAT_DATE_FORMATS, useValue: PICK_FORMATS },
|
||||
],
|
||||
imports: [MatAutocompleteModule, TranslateModule, CommonModule],
|
||||
imports: [
|
||||
MatAutocompleteModule,
|
||||
TranslateModule,
|
||||
CommonModule,
|
||||
MatIconModule,
|
||||
],
|
||||
})
|
||||
export class NewTunnelFlightComponent implements OnInit {
|
||||
public flightDate: Date;
|
||||
|
||||
Reference in New Issue
Block a user