forked from EVOgeek/Vmeda.Online
		
	MOBILE-3068 login: Fix no component factory found for CoreLoginSitesPage
This commit is contained in:
		
							parent
							
								
									adf30321f8
								
							
						
					
					
						commit
						aa9e52d0f2
					
				| @ -14,6 +14,7 @@ | ||||
| 
 | ||||
| import { NgModule } from '@angular/core'; | ||||
| import { CoreLoginHelperProvider } from './providers/helper'; | ||||
| import { CoreLoginSitesPageModule } from './pages/sites/sites.module'; | ||||
| 
 | ||||
| // List of providers.
 | ||||
| export const CORE_LOGIN_PROVIDERS = [ | ||||
| @ -24,6 +25,7 @@ export const CORE_LOGIN_PROVIDERS = [ | ||||
|     declarations: [ | ||||
|     ], | ||||
|     imports: [ | ||||
|         CoreLoginSitesPageModule | ||||
|     ], | ||||
|     providers: CORE_LOGIN_PROVIDERS | ||||
| }) | ||||
|  | ||||
| @ -27,5 +27,8 @@ import { CoreDirectivesModule } from '@directives/directives.module'; | ||||
|         IonicPageModule.forChild(CoreLoginSitesPage), | ||||
|         TranslateModule.forChild() | ||||
|     ], | ||||
|     entryComponents: [ | ||||
|         CoreLoginSitesPage | ||||
|     ] | ||||
| }) | ||||
| export class CoreLoginSitesPageModule {} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user