This commit is contained in:
Amritanshu
2019-06-20 00:17:44 +05:30
parent 2b2624c9c2
commit 93743bdc8e
27 changed files with 171 additions and 133 deletions

View File

@ -21,7 +21,6 @@ import { HomeComponent } from "./home/home.component";
import {CoreModule} from "./core/core.module";
import {ReactiveFormsModule} from "@angular/forms";
import {SharedModule} from "./shared/shared.module";
import {UserModule} from "./user/user.module";
@NgModule({
declarations: [
@ -47,8 +46,7 @@ import {UserModule} from "./user/user.module";
LayoutModule,
ReactiveFormsModule,
CoreModule,
SharedModule,
UserModule
SharedModule
],
providers: [],
bootstrap: [AppComponent]