@angular/router 4.4.3 → 4.4.4
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/@angular/router/testing.es5.js +1 -1
- package/@angular/router/testing.js +1 -1
- package/@angular/router/upgrade.es5.js +1 -1
- package/@angular/router/upgrade.js +1 -1
- package/@angular/router.es5.js +2 -2
- package/@angular/router.es5.js.map +1 -1
- package/@angular/router.js +2 -2
- package/@angular/router.js.map +1 -1
- package/bundles/router-testing.umd.js +2 -2
- package/bundles/router-testing.umd.min.js +2 -2
- package/bundles/router-upgrade.umd.js +2 -2
- package/bundles/router-upgrade.umd.min.js +2 -2
- package/bundles/router.umd.js +3 -3
- package/bundles/router.umd.js.map +1 -1
- package/bundles/router.umd.min.js +2 -2
- package/bundles/router.umd.min.js.map +1 -1
- package/package.json +4 -4
- package/router.metadata.json +1 -1
- package/testing.d.ts +1 -1
- package/upgrade.d.ts +1 -1
package/@angular/router.es5.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as tslib_1 from "tslib";
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v4.4.
|
|
3
|
+
* @license Angular v4.4.4
|
|
4
4
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -6253,7 +6253,7 @@ function provideRouterInitializer() {
|
|
|
6253
6253
|
/**
|
|
6254
6254
|
* \@stable
|
|
6255
6255
|
*/
|
|
6256
|
-
var VERSION = new Version('4.4.
|
|
6256
|
+
var VERSION = new Version('4.4.4');
|
|
6257
6257
|
/**
|
|
6258
6258
|
* @license
|
|
6259
6259
|
* Copyright Google Inc. All Rights Reserved.
|