@angular/language-service 4.4.3 → 4.4.7
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/@angular/language-service.es5.js +2 -2
- package/@angular/language-service.es5.js.map +1 -1
- package/@angular/language-service.js +2 -2
- package/@angular/language-service.js.map +1 -1
- package/bundles/language-service.umd.js +391 -520
- package/bundles/language-service.umd.js.map +1 -1
- package/bundles/language-service.umd.min.js +76 -76
- package/bundles/language-service.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/common.metadata.json +1 -1
- package/src/types.metadata.json +1 -1
- package/src/version.metadata.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v4.4.
|
|
2
|
+
* @license Angular v4.4.7
|
|
3
3
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -2629,7 +2629,7 @@ function create(info /* ts.server.PluginCreateInfo */) {
|
|
|
2629
2629
|
/**
|
|
2630
2630
|
* @stable
|
|
2631
2631
|
*/
|
|
2632
|
-
var VERSION = new Version('4.4.
|
|
2632
|
+
var VERSION = new Version('4.4.7');
|
|
2633
2633
|
|
|
2634
2634
|
/**
|
|
2635
2635
|
* @license
|