@angular/router 6.1.9 → 6.1.10

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 v6.1.9
2
+ * @license Angular v6.1.10
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v6.1.9
2
+ * @license Angular v6.1.10
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm5/router.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v6.1.9
2
+ * @license Angular v6.1.10
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -5421,7 +5421,7 @@ function provideRouterInitializer() {
5421
5421
  * Use of this source code is governed by an MIT-style license that can be
5422
5422
  * found in the LICENSE file at https://angular.io/license
5423
5423
  */
5424
- var VERSION = new Version('6.1.9');
5424
+ var VERSION = new Version('6.1.10');
5425
5425
 
5426
5426
  /**
5427
5427
  * @license