@angular/language-service 5.2.7 → 5.2.11

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 v5.2.7
2
+ * @license Angular v5.2.11
3
3
  * (c) 2010-2018 Google, Inc. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -2656,7 +2656,7 @@ function create(info /* ts.server.PluginCreateInfo */) {
2656
2656
  /**
2657
2657
  * @stable
2658
2658
  */
2659
- var VERSION = new Version('5.2.7');
2659
+ var VERSION = new Version('5.2.11');
2660
2660
 
2661
2661
  /**
2662
2662
  * @license