@angular/router 9.0.0-rc.6 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/router-testing.umd.js +2 -2
- package/bundles/router-testing.umd.min.js +2 -2
- package/bundles/router-testing.umd.min.js.map +1 -1
- package/bundles/router-upgrade.umd.js +2 -2
- package/bundles/router-upgrade.umd.min.js +2 -2
- package/bundles/router-upgrade.umd.min.js.map +1 -1
- package/bundles/router.umd.js +3 -3
- package/bundles/router.umd.js.map +1 -1
- package/bundles/router.umd.min.js +3 -3
- package/bundles/router.umd.min.js.map +1 -1
- package/esm2015/router.externs.js +2 -2
- package/esm2015/src/version.js +1 -1
- package/esm5/src/version.js +1 -1
- package/fesm2015/router.js +3 -3
- package/fesm2015/router.js.map +1 -1
- package/fesm2015/testing.js +2 -2
- package/fesm2015/upgrade.js +2 -2
- package/fesm5/router.js +3 -3
- package/fesm5/router.js.map +1 -1
- package/fesm5/testing.js +2 -2
- package/fesm5/upgrade.js +2 -2
- package/package.json +4 -4
- package/router.d.ts +33 -33
- package/router.metadata.json +1 -1
- package/testing/testing.d.ts +8 -5
- package/testing.d.ts +2 -2
- package/upgrade/upgrade.d.ts +2 -2
- package/upgrade.d.ts +2 -2
package/fesm2015/testing.js
CHANGED
package/fesm2015/upgrade.js
CHANGED
package/fesm5/router.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v9.0.0
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v9.0.0
|
|
3
|
+
* (c) 2010-2020 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -5751,7 +5751,7 @@ function provideRouterInitializer() {
|
|
|
5751
5751
|
/**
|
|
5752
5752
|
* @publicApi
|
|
5753
5753
|
*/
|
|
5754
|
-
var VERSION = new Version('9.0.0
|
|
5754
|
+
var VERSION = new Version('9.0.0');
|
|
5755
5755
|
|
|
5756
5756
|
/**
|
|
5757
5757
|
* @license
|