signin page button add & modify
This commit is contained in:
@@ -20,3 +20,4 @@ const routes: Routes = [
|
||||
exports: [RouterModule]
|
||||
})
|
||||
export class AuthPageRoutingModule { }
|
||||
|
||||
|
||||
@@ -2,13 +2,16 @@ import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { ResetPasswordPageRoutingModule } from './reset-password-page-routing.module';
|
||||
import { ResetPasswordPageComponent } from './reset-password-page.component';
|
||||
import { MemberModule } from 'app/packages/member/member.module';
|
||||
import {ResetPasswordModule} from 'app/packages/member/component/reset-password/reset-password.module';
|
||||
import {FlexLayoutModule} from '@angular/flex-layout';
|
||||
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
CommonModule,
|
||||
ResetPasswordPageRoutingModule,
|
||||
MemberModule
|
||||
ResetPasswordModule,
|
||||
FlexLayoutModule
|
||||
],
|
||||
declarations: [
|
||||
ResetPasswordPageComponent,
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
|
||||
.signin-full-width {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user