first
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { LoginContentComponent } from '../../content/login-content/login-content.component';
|
||||
import { LoginControlRoutingModule } from './login-control-routing.module';
|
||||
import { LoginPageComponent } from '../../component/login-page/login-page.component';
|
||||
import { ReactiveFormsModule } from '@angular/forms';
|
||||
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
||||
import { LoginForgotComponent } from '../../component/login-forgot/login-forgot.component';
|
||||
// import { AppModule } from '../../app.module';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
LoginContentComponent,
|
||||
LoginPageComponent,
|
||||
LoginForgotComponent
|
||||
],
|
||||
imports: [
|
||||
CommonModule,
|
||||
ReactiveFormsModule,
|
||||
FontAwesomeModule,
|
||||
// AppModule,
|
||||
LoginControlRoutingModule
|
||||
]
|
||||
})
|
||||
export class LoginControlModule { }
|
||||
Reference in New Issue
Block a user