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