Skip to content

Instantly share code, notes, and snippets.

@anteburazer
Created June 5, 2017 14:30
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 anteburazer/09747e880b67bdc08dfbfab35ea123d7 to your computer and use it in GitHub Desktop.
Save anteburazer/09747e880b67bdc08dfbfab35ea123d7 to your computer and use it in GitHub Desktop.
import { TranslateModule } from 'ng2-translate';
@NgModule({
imports: [
TranslateModule.forRoot()
],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment