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 { IonicPageModule } from 'ionic-angular';
|
||||
import { CoreDirectivesModule } from '@directives/directives.module';
|
||||
import { CoreLoginForgottenPasswordPage } from './forgotten-password';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
|
@ -22,6 +23,7 @@ import { TranslateModule } from '@ngx-translate/core';
|
|||
CoreLoginForgottenPasswordPage
|
||||
],
|
||||
imports: [
|
||||
CoreDirectivesModule,
|
||||
IonicPageModule.forChild(CoreLoginForgottenPasswordPage),
|
||||
TranslateModule.forChild()
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue