We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d86ca2 commit 73d0a39Copy full SHA for 73d0a39
src/ng2/uiRouterConfig.ts
@@ -11,7 +11,7 @@ import {UIRouter} from "../router";
11
* import {UIView} from "ui-router-ng2";
12
*
13
* @ UIRouterModule({
14
- * providers: [provideUIRouter({ configClass: MyUIRouterConfig)]
+ * providers: [provideUIRouter({ configClass: MyUIRouterConfig })]
15
* states: [state1, state2],
16
* bootstrap: [UIView]
17
* }) class RootAppModule {}
0 commit comments