Skip to content

Instantly share code, notes, and snippets.

@wgbn
Created August 23, 2019 19:02
Show Gist options
  • Select an option

  • Save wgbn/6d64142e9abdedf8495aba243a16e39f to your computer and use it in GitHub Desktop.

Select an option

Save wgbn/6d64142e9abdedf8495aba243a16e39f to your computer and use it in GitHub Desktop.
@NgModule({
imports: [
CommonModule,
FormsModule,
IonicModule,
TranslocoModule,
RouterModule.forChild([
{
path: '',
component: HomePage
}
])
],
declarations: [HomePage]
})
export class HomePageModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment