Skip to content

Commit

Permalink
feat(Ng1ToNg2Module): Rename Ng1ToNg2Module to UIRouterUpgradeModule
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Rename Ng1ToNg2Module to UIRouterUpgradeModule
(This was supposed to land in version 3.0.0)
  • Loading branch information
christopherthielen committed May 16, 2017
1 parent e924c5d commit fcac2f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uirouter/angular-hybrid",
"version": "3.0.0",
"version": "3.0.1",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles",
"build": "npm run clean && tsc && tsc -m es6 --outDir lib-esm",
Expand Down
2 changes: 1 addition & 1 deletion src/angular-hybrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function uiRouterUpgradeFactory(router: UIRouter, injector: Injector) {
UIViewNgUpgrade
],
exports: [UIViewNgUpgrade, UIRouterModule]
}) export class Ng1ToNg2Module {}
}) export class UIRouterUpgradeModule {}

// Downgrade the UIViewNgUpgrade ng2 Component to an ng1 directive.
// The directive is used in a (generated) view template by the (host) ng1 ui-router,
Expand Down

0 comments on commit fcac2f9

Please sign in to comment.