Skip to content

Commit

Permalink
fix(ng1.StateProvider): Export StateProvider class so type can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Sep 22, 2016
1 parent d11b7dc commit 167770d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ng1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export * from "./core";
export * from "./ng1/interface";
export * from "./ng1/services";
export * from "./ng1/statebuilders/views";
export * from "./ng1/stateProvider";

import "./ng1/directives/stateDirectives";
import "./ng1/stateFilters";
Expand Down

0 comments on commit 167770d

Please sign in to comment.