Skip to content

Commit d71bad0

Browse files
fix(UrlRouterProvider): export UrlRouterProvider symbol for use with .d.ts typings
Closes #3296
1 parent 638672e commit d71bad0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export * from "./interface";
1111
export * from "./services";
1212
export * from "./statebuilders/views";
1313
export * from "./stateProvider";
14+
export * from "./urlRouterProvider";
1415

1516
import "./injectables";
1617
import "./directives/stateDirectives";

0 commit comments

Comments
 (0)