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 2aad25c commit 9cd533aCopy full SHA for 9cd533a
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+# v0.900.1
2
+
3
+Bug fixes:
4
+- Fixed crash when extension is loaded in VSCode Insiders
5
+- Fixed error message `No metadata found for component`
6
+- Fixed indexed type errors in template
7
+- Fixed error message `Unknown method "bind"`
8
+- Fixed type of exported values in `ngFor`
9
+- Fixed error message `Component is not included in a module`
10
11
+New features:
12
+- Syntax highlighting for inline templates
13
+- Method completions now include parentheses at the end
14
15
# v0.900.0
16
This release is a substantial overhaul of the Angular language service that brings
17
significant performance improvements.
0 commit comments