|
1 |
| -import { NgModule } from '@angular/core'; |
2 |
| -import { CommonModule } from '@angular/common'; |
3 |
| -import { RouterModule, Routes } from "@angular/router"; |
4 |
| -import { TestComponent } from "./test/test.component"; |
5 |
| -import { MatFormFieldModule } from "@angular/material/form-field"; |
6 |
| -import { FormsModule, ReactiveFormsModule } from "@angular/forms"; |
7 |
| -import { MatSelectModule } from "@angular/material/select"; |
8 |
| -import { MatInputModule } from "@angular/material/input"; |
9 |
| -import { MatButtonModule } from "@angular/material/button"; |
10 |
| -import { MatIconModule } from "@angular/material/icon"; |
11 |
| -import { DynamicIframeModule } from "../shared/components/dynamic-iframe/dynamic-iframe.module"; |
12 |
| -import { CustomFormControlModule } from "@gewd/mat-utils/custom-form-control"; |
13 |
| -import { ScreenArrangeModule } from "../shared/dialogs/screen-arrange/screen-arrange.module"; |
14 |
| -import { RecipeUiModule } from "../../../projects/recipe-ui/src"; |
15 |
| -import { DirectivesModule } from "../shared/directives/directives.module"; |
16 |
| -import { MatCheckboxModule } from "@angular/material/checkbox"; |
| 1 | +import {NgModule} from '@angular/core'; |
| 2 | +import {CommonModule} from '@angular/common'; |
| 3 | +import {RouterModule, Routes} from "@angular/router"; |
| 4 | +import {TestComponent} from "./test/test.component"; |
| 5 | +import {MatFormFieldModule} from "@angular/material/form-field"; |
| 6 | +import {FormsModule, ReactiveFormsModule} from "@angular/forms"; |
| 7 | +import {MatSelectModule} from "@angular/material/select"; |
| 8 | +import {MatInputModule} from "@angular/material/input"; |
| 9 | +import {MatButtonModule} from "@angular/material/button"; |
| 10 | +import {MatIconModule} from "@angular/material/icon"; |
| 11 | +import {DynamicIframeModule} from "../shared/components/dynamic-iframe/dynamic-iframe.module"; |
| 12 | +import {CustomFormControlModule} from "@gewd/mat-utils/custom-form-control"; |
| 13 | +import {ScreenArrangeModule} from "../shared/dialogs/screen-arrange/screen-arrange.module"; |
| 14 | +import {RecipeUiModule} from "@memebox/recipe-ui"; |
| 15 | +import {DirectivesModule} from "../shared/directives/directives.module"; |
| 16 | +import {MatCheckboxModule} from "@angular/material/checkbox"; |
17 | 17 |
|
18 | 18 | const routes: Routes = [
|
19 | 19 | {
|
|
0 commit comments