Début de la page d'ajout de sauts
This commit is contained in:
@@ -15,8 +15,8 @@ import { ListOfJumpTypesComponent } from './list-of-jump-types/list-of-jump-type
|
||||
import { ServiceApi } from '../services/serviceApi';
|
||||
import { ServiceComm } from '../services/serviceComm';
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
|
||||
import { MatPaginatorModule } from '@angular/material/paginator';
|
||||
import { MatTableModule } from '@angular/material/table';
|
||||
import { MatPaginatorModule, MatTableModule, MatSelectModule, MatOptionModule, MatFormFieldModule } from '@angular/material';
|
||||
|
||||
|
||||
|
||||
const appRoutes: Routes = [
|
||||
@@ -45,9 +45,7 @@ const appRoutes: Routes = [
|
||||
{ enableTracing: true } // <-- debugging purposes only
|
||||
),
|
||||
BrowserModule,
|
||||
BrowserAnimationsModule,
|
||||
MatPaginatorModule,
|
||||
MatTableModule
|
||||
BrowserAnimationsModule, MatPaginatorModule, MatTableModule, MatSelectModule, MatOptionModule, MatFormFieldModule
|
||||
],
|
||||
exports: [HttpClientModule],
|
||||
providers: [ServiceApi, ServiceComm],
|
||||
|
||||
Reference in New Issue
Block a user