|
|
@ -13,6 +13,7 @@ import { EmployeeService } from './service/employee.service'; |
|
|
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; |
|
|
|
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; |
|
|
|
import { MatStepperModule } from '@angular/material/stepper'; |
|
|
|
import { MatStepperModule } from '@angular/material/stepper'; |
|
|
|
import { MatToolbarModule } from '@angular/material/toolbar'; |
|
|
|
import { MatToolbarModule } from '@angular/material/toolbar'; |
|
|
|
|
|
|
|
import {MatDialogModule} from '@angular/material/dialog'; |
|
|
|
import { MatIconModule } from "@angular/material/icon"; |
|
|
|
import { MatIconModule } from "@angular/material/icon"; |
|
|
|
import { Custom_Ng2SearchPipe } from './../Custom_Ng2SearchPipe'; |
|
|
|
import { Custom_Ng2SearchPipe } from './../Custom_Ng2SearchPipe'; |
|
|
|
import { FormsModule } from '@angular/forms'; |
|
|
|
import { FormsModule } from '@angular/forms'; |
|
|
@ -21,6 +22,7 @@ import { CreateJoinsPageComponent } from './create-joins-page/create-joins-page. |
|
|
|
import { JoinsTableComponent } from './joins-table/joins-table.component'; |
|
|
|
import { JoinsTableComponent } from './joins-table/joins-table.component'; |
|
|
|
import { WhereCardComponent } from './where-card/where-card.component'; |
|
|
|
import { WhereCardComponent } from './where-card/where-card.component'; |
|
|
|
import { ColumnsCardComponent } from './columns-card/columns-card.component'; |
|
|
|
import { ColumnsCardComponent } from './columns-card/columns-card.component'; |
|
|
|
|
|
|
|
import {MatProgressSpinnerModule} from '@angular/material/progress-spinner' |
|
|
|
|
|
|
|
|
|
|
|
@NgModule({ |
|
|
|
@NgModule({ |
|
|
|
declarations: [ |
|
|
|
declarations: [ |
|
|
@ -44,7 +46,9 @@ import { ColumnsCardComponent } from './columns-card/columns-card.component'; |
|
|
|
MatStepperModule, |
|
|
|
MatStepperModule, |
|
|
|
MatToolbarModule, |
|
|
|
MatToolbarModule, |
|
|
|
MatIconModule, |
|
|
|
MatIconModule, |
|
|
|
FormsModule |
|
|
|
FormsModule, |
|
|
|
|
|
|
|
MatDialogModule, |
|
|
|
|
|
|
|
MatProgressSpinnerModule |
|
|
|
|
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
providers: [EmployeeService], |
|
|
|
providers: [EmployeeService], |
|
|
|