Skip to content

Commit

Permalink
feat: include @angular/router in default rollup opts
Browse files Browse the repository at this point in the history
  • Loading branch information
dherges committed May 31, 2017
1 parent 8402af0 commit 3d576ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/steps/rollup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const rollup = (opts: RollupOptions) => {
'@angular/platform-browser': 'ng.platformBrowser',
'@angular/platform-browser-dynamic': 'ng.platformBrowserDynamic',
'@angular/platform-browser/animations': 'ng.platformBrowser.animations',
'@angular/router': 'ng.router',
// RxJS dependencies
'rxjs/AnonymousSubject': 'Rx',
'rxjs/AsyncSubject': 'Rx',
Expand Down

0 comments on commit 3d576ee

Please sign in to comment.