installation de Angular Material
This commit is contained in:
@@ -14,6 +14,9 @@ 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';
|
||||
|
||||
|
||||
const appRoutes: Routes = [
|
||||
@@ -42,6 +45,9 @@ const appRoutes: Routes = [
|
||||
{ enableTracing: true } // <-- debugging purposes only
|
||||
),
|
||||
BrowserModule,
|
||||
BrowserAnimationsModule,
|
||||
MatPaginatorModule,
|
||||
MatTableModule
|
||||
],
|
||||
exports: [HttpClientModule],
|
||||
providers: [ServiceApi, ServiceComm],
|
||||
|
||||
Reference in New Issue
Block a user