Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active June 23, 2017 20:04
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 matthieu-D/ac87d231e9170c4a62c17ba8896c4dcc to your computer and use it in GitHub Desktop.
Save matthieu-D/ac87d231e9170c4a62c17ba8896c4dcc to your computer and use it in GitHub Desktop.
import { AboutPage } from '../pages/about/about';
import { ContactPage } from '../pages/contact/contact';
import { HomePage } from '../pages/home/home';
import { TabsPage } from '../pages/tabs/tabs';
@NgModule({
declarations: [
MyApp,
AboutPage,
ContactPage,
HomePage,
TabsPage
],
.
.
.
entryComponents: [
MyApp,
AboutPage,
ContactPage,
HomePage,
TabsPage
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment