Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Last active January 9, 2019 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/16d84314a47a92e98a53537222091fd7 to your computer and use it in GitHub Desktop.
Save bodrovis/16d84314a47a92e98a53537222091fd7 to your computer and use it in GitHub Desktop.
// other imports...
import { TranslateModule } from '@ngx-translate/core'; // add this
@NgModule({
imports: [
// other stuff...
TranslateModule.forChild() // add this
],
declarations: [Tab1Page]
})
export class Tab1PageModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment