Ajoute de qq modules
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
import { Component, OnInit, ViewChild } from "@angular/core";
|
||||
import { FormGroup, FormControl, Validators } from "@angular/forms";
|
||||
import {
|
||||
FormGroup,
|
||||
FormControl,
|
||||
Validators,
|
||||
ReactiveFormsModule,
|
||||
} from "@angular/forms";
|
||||
import { MatTableDataSource } from "@angular/material/table";
|
||||
import { MatPaginator, MatPaginatorModule } from "@angular/material/paginator";
|
||||
import { trigger, state, style } from "@angular/animations";
|
||||
@@ -31,6 +36,7 @@ import { TranslateModule } from "@ngx-translate/core";
|
||||
MatIconModule,
|
||||
MatPaginatorModule,
|
||||
MatFormFieldModule,
|
||||
ReactiveFormsModule,
|
||||
],
|
||||
})
|
||||
export class ListOfImagesComponent implements OnInit {
|
||||
|
||||
Reference in New Issue
Block a user