Skip to content

Commit

Permalink
fix(UrlRouterProvider): export UrlRouterProvider symbol for use wit…
Browse files Browse the repository at this point in the history
…h .d.ts typings

Closes #3296
  • Loading branch information
christopherthielen committed Jan 31, 2017
1 parent 638672e commit d71bad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from "./interface";
export * from "./services";
export * from "./statebuilders/views";
export * from "./stateProvider";
export * from "./urlRouterProvider";

import "./injectables";
import "./directives/stateDirectives";
Expand Down

0 comments on commit d71bad0

Please sign in to comment.