We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5363e7e commit 71c3b03Copy full SHA for 71c3b03
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 19.0.3
2
+This release upgrades `@angular/language-service` to v19.0.1.
3
+
4
+* [Fixes for the unused standalone imports](https://github.com/angular/angular/pull/58719)
5
+* [Improved diagnostics for `host` binding issues](https://github.com/angular/angular/pull/58870)
6
7
# 19.0.2
8
This release upgrades `@angular/language-service` to v19.0.0-rc.3.
9
package.json
@@ -2,7 +2,7 @@
"name": "ng-template",
"displayName": "Angular Language Service",
"description": "Editor services for Angular templates",
- "version": "19.0.2",
+ "version": "19.0.3",
"publisher": "Angular",
"icon": "angular.png",
"license": "MIT",
0 commit comments