Ionic3 lazy loading and translate don't work together
问题 Recently I upgraded the Ionic and now its Ionic3 Now the current application does not work with Ionic and ng2-translate altogether. The same code was working fine earlier without lazy loading, but we need to use lazy loading as to improve application loading time and reduce splash shown duration. The app.module.ts import component looks like TranslateModule.forRoot({ provide: TranslateLoader, useClass: TMATranslationLoader }) TMATranslationLoader looks like export class TMATranslationLoader