Ajout du Router module
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Component, OnInit, ViewChild } from "@angular/core";
|
||||
import { RouterLink } from "@angular/router";
|
||||
import { RouterLink, RouterModule } from "@angular/router";
|
||||
import {
|
||||
MatPaginator,
|
||||
MatPaginatorModule,
|
||||
@@ -32,6 +32,7 @@ import { StatsService } from "../../services/stats.service";
|
||||
MatProgressSpinnerModule,
|
||||
MatProgressBarModule,
|
||||
RouterLink,
|
||||
RouterModule,
|
||||
],
|
||||
})
|
||||
export class ListOfJumpsComponent implements OnInit {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Component, OnInit } from "@angular/core";
|
||||
import { RouterLink } from "@angular/router";
|
||||
import { RouterLink, RouterModule } from "@angular/router";
|
||||
import { formatDate } from "@angular/common";
|
||||
import { TranslateModule, TranslateService } from "@ngx-translate/core";
|
||||
import { MatTableDataSource } from "@angular/material/table";
|
||||
@@ -35,6 +35,7 @@ import { TunnelFlight, TunnelFlightByMonth } from "../../models/tunnel-flight";
|
||||
MatRadioModule,
|
||||
MatProgressBarModule,
|
||||
FormsModule,
|
||||
RouterModule,
|
||||
],
|
||||
})
|
||||
export class ListOfTunnelFlightsComponent implements OnInit {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Component, OnInit } from "@angular/core";
|
||||
import { RouterLink } from "@angular/router";
|
||||
import { RouterLink, RouterModule } from "@angular/router";
|
||||
import { formatDate } from "@angular/common";
|
||||
import {
|
||||
DateAdapter,
|
||||
@@ -66,6 +66,7 @@ class PickDateAdapter extends NativeDateAdapter {
|
||||
MatDatepickerModule,
|
||||
MatProgressSpinnerModule,
|
||||
FormsModule,
|
||||
RouterModule,
|
||||
],
|
||||
})
|
||||
export class NewJumpComponent implements OnInit {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Component, OnInit } from "@angular/core";
|
||||
import { RouterLink } from "@angular/router";
|
||||
import { RouterLink, RouterModule } from "@angular/router";
|
||||
import { formatDate } from "@angular/common";
|
||||
import {
|
||||
DateAdapter,
|
||||
@@ -59,6 +59,7 @@ class PickDateAdapter extends NativeDateAdapter {
|
||||
MatDatepickerModule,
|
||||
MatProgressSpinnerModule,
|
||||
FormsModule,
|
||||
RouterModule,
|
||||
],
|
||||
})
|
||||
export class NewTunnelFlightComponent implements OnInit {
|
||||
|
||||
Reference in New Issue
Block a user