fix(router): add a banner file for the router (#12919)

This commit is contained in:
Victor Savkin
2016-11-16 09:17:19 -08:00
committed by Victor Berchet
parent ce89039036
commit 927aa69726
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,5 @@
/**
* @license Angular v0.0.0-ROUTERPLACEHOLDER
* (c) 2010-2016 Google, Inc. https://angular.io/
* License: MIT
*/

View File

@ -23,6 +23,7 @@
"peerDependencies": {
"@angular/core": "0.0.0-PLACEHOLDER",
"@angular/common": "0.0.0-PLACEHOLDER",
"@angular/platform-browser": "0.0.0-PLACEHOLDER"
"@angular/platform-browser": "0.0.0-PLACEHOLDER",
"rxjs": "5.0.0-beta.12"
}
}