@angular/router 12.2.3 → 12.2.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/bundles/router-testing.umd.js +1 -1
- package/bundles/router-upgrade.umd.js +1 -1
- package/bundles/router.umd.js +4 -4
- package/bundles/router.umd.js.map +1 -1
- package/esm2015/src/router.js +3 -3
- package/esm2015/src/version.js +1 -1
- package/fesm2015/router.js +4 -4
- package/fesm2015/router.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/fesm2015/upgrade.js +1 -1
- package/package.json +4 -4
- package/router.d.ts +3 -3
- package/router.metadata.json +1 -1
- package/testing/testing.d.ts +1 -1
- package/testing.d.ts +1 -1
- package/upgrade/upgrade.d.ts +1 -1
- package/upgrade.d.ts +1 -1
package/bundles/router.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v12.2.
|
|
2
|
+
* @license Angular v12.2.4
|
|
3
3
|
* (c) 2010-2021 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -4419,7 +4419,7 @@
|
|
|
4419
4419
|
return rxjs.of(null);
|
|
4420
4420
|
}
|
|
4421
4421
|
/**
|
|
4422
|
-
* The equivalent `
|
|
4422
|
+
* The equivalent `IsActiveMatchOptions` options for `Router.isActive` is called with `true`
|
|
4423
4423
|
* (exact = true).
|
|
4424
4424
|
*/
|
|
4425
4425
|
var exactMatchOptions = {
|
|
@@ -4429,7 +4429,7 @@
|
|
|
4429
4429
|
queryParams: 'exact'
|
|
4430
4430
|
};
|
|
4431
4431
|
/**
|
|
4432
|
-
* The equivalent `
|
|
4432
|
+
* The equivalent `IsActiveMatchOptions` options for `Router.isActive` is called with `false`
|
|
4433
4433
|
* (exact = false).
|
|
4434
4434
|
*/
|
|
4435
4435
|
var subsetMatchOptions = {
|
|
@@ -6747,7 +6747,7 @@
|
|
|
6747
6747
|
/**
|
|
6748
6748
|
* @publicApi
|
|
6749
6749
|
*/
|
|
6750
|
-
var VERSION = new core.Version('12.2.
|
|
6750
|
+
var VERSION = new core.Version('12.2.4');
|
|
6751
6751
|
|
|
6752
6752
|
/**
|
|
6753
6753
|
* @license
|