@angular/router 5.2.0-rc.0 → 5.2.3
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 +5 -5
- package/bundles/router-testing.umd.js.map +1 -1
- package/bundles/router-testing.umd.min.js +4 -4
- package/bundles/router-testing.umd.min.js.map +1 -1
- package/bundles/router-upgrade.umd.js +4 -4
- package/bundles/router-upgrade.umd.min.js +4 -4
- package/bundles/router-upgrade.umd.min.js.map +1 -1
- package/bundles/router.umd.js +5 -5
- 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.js +3 -3
- package/esm2015/router.js.map +1 -1
- package/esm2015/testing.js +3 -3
- package/esm2015/testing.js.map +1 -1
- package/esm2015/upgrade.js +2 -2
- package/esm5/router.js +3 -3
- package/esm5/router.js.map +1 -1
- package/esm5/testing.js +3 -3
- package/esm5/testing.js.map +1 -1
- package/esm5/upgrade.js +2 -2
- package/package.json +4 -4
- package/router.metadata.json +1 -1
- package/src/config.d.ts +3 -3
- package/src/pre_activation.d.ts +2 -2
- package/src/router_state.d.ts +1 -0
- package/testing/src/router_testing_module.d.ts +1 -1
- package/testing.d.ts +2 -2
- package/upgrade.d.ts +2 -2
package/esm2015/router.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v5.2.
|
|
3
|
-
* (c) 2010-
|
|
2
|
+
* @license Angular v5.2.3
|
|
3
|
+
* (c) 2010-2018 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
import { APP_BASE_HREF, HashLocationStrategy, LOCATION_INITIALIZED, Location, LocationStrategy, PathLocationStrategy, PlatformLocation } from '@angular/common';
|
|
@@ -6232,7 +6232,7 @@ function provideRouterInitializer() {
|
|
|
6232
6232
|
/**
|
|
6233
6233
|
* \@stable
|
|
6234
6234
|
*/
|
|
6235
|
-
const VERSION = new Version('5.2.
|
|
6235
|
+
const VERSION = new Version('5.2.3');
|
|
6236
6236
|
|
|
6237
6237
|
/**
|
|
6238
6238
|
* @fileoverview added by tsickle
|