@angular/router 12.2.8 → 12.2.9

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.8
2
+ * @license Angular v12.2.9
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.8
2
+ * @license Angular v12.2.9
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.8
2
+ * @license Angular v12.2.9
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -4334,6 +4334,7 @@
4334
4334
  var context = this.getContext(childName);
4335
4335
  if (context) {
4336
4336
  context.outlet = null;
4337
+ context.attachRef = null;
4337
4338
  }
4338
4339
  };
4339
4340
  /**
@@ -6766,7 +6767,7 @@
6766
6767
  /**
6767
6768
  * @publicApi
6768
6769
  */
6769
- var VERSION = new core.Version('12.2.8');
6770
+ var VERSION = new core.Version('12.2.9');
6770
6771
 
6771
6772
  /**
6772
6773
  * @license