Skip to content

Instantly share code, notes, and snippets.

@jsanta
Created May 29, 2018 20:03
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 jsanta/1eeca475b793383cc6e43456a198de1b to your computer and use it in GitHub Desktop.
Save jsanta/1eeca475b793383cc6e43456a198de1b to your computer and use it in GitHub Desktop.
apps.modules excerpt for Angular UI Router Sample App
imports: [
UIRouterModule.forRoot({
states: APP_STATES,
useHash: true,
otherwise: { state: 'home' },
config: routerConfigFn,
}),
GlobalModule,
BrowserModule,
FormsModule,
HttpModule
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment