Ajout MatIconModule
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Component, OnInit } from "@angular/core";
|
||||
import { TranslateModule, TranslateService } from "@ngx-translate/core";
|
||||
import { Observable, forkJoin } from "rxjs";
|
||||
import { MatIconModule } from "@angular/material/icon";
|
||||
|
||||
import { AircraftService } from "../../services/aircraft.service";
|
||||
import { AuthenticationService } from "../../services/authentication.service";
|
||||
@@ -13,7 +14,7 @@ import { ServiceComm } from "../../services/service-comm.service";
|
||||
selector: "app-default",
|
||||
templateUrl: "./default.component.html",
|
||||
styleUrls: ["./default.component.css"],
|
||||
imports: [TranslateModule],
|
||||
imports: [TranslateModule, MatIconModule],
|
||||
})
|
||||
export class DefaultComponent implements OnInit {
|
||||
constructor(
|
||||
|
||||
Reference in New Issue
Block a user