forked from EVOgeek/Vmeda.Online
MOBILE-2431 login: Fix forgotten password page
parent
f6b2800472
commit
c506845a38
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { IonicPageModule } from 'ionic-angular';
|
import { IonicPageModule } from 'ionic-angular';
|
||||||
|
import { CoreDirectivesModule } from '@directives/directives.module';
|
||||||
import { CoreLoginForgottenPasswordPage } from './forgotten-password';
|
import { CoreLoginForgottenPasswordPage } from './forgotten-password';
|
||||||
import { TranslateModule } from '@ngx-translate/core';
|
import { TranslateModule } from '@ngx-translate/core';
|
||||||
|
|
||||||
|
@ -22,6 +23,7 @@ import { TranslateModule } from '@ngx-translate/core';
|
||||||
CoreLoginForgottenPasswordPage
|
CoreLoginForgottenPasswordPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
|
CoreDirectivesModule,
|
||||||
IonicPageModule.forChild(CoreLoginForgottenPasswordPage),
|
IonicPageModule.forChild(CoreLoginForgottenPasswordPage),
|
||||||
TranslateModule.forChild()
|
TranslateModule.forChild()
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue