We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cc602 commit 4a8d1bbCopy full SHA for 4a8d1bb
src/uiRouterNgModule.ts
@@ -71,8 +71,10 @@ export function locationStrategy(useHash) {
71
* This enables UI-Router to automatically register the states with the [[StateRegistry]] at bootstrap (and during lazy load).
72
*/
73
@NgModule({
74
- imports: [CommonModule],
75
- declarations: [_UIROUTER_DIRECTIVES],
+ imports: [
+ CommonModule,
76
+ _UIROUTER_DIRECTIVES
77
+ ],
78
exports: [_UIROUTER_DIRECTIVES],
79
})
80
export class UIRouterModule {
0 commit comments