@angular/router 4.4.0-RC.0 → 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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v4.4.0-RC.0
2
+ * @license Angular v4.4.4
3
3
  * (c) 2010-2017 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -5977,7 +5977,7 @@ function provideRouterInitializer() {
5977
5977
  /**
5978
5978
  * \@stable
5979
5979
  */
5980
- const VERSION = new Version('4.4.0-RC.0');
5980
+ const VERSION = new Version('4.4.4');
5981
5981
 
5982
5982
  /**
5983
5983
  * @license