File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,20 @@ and external templates including:
16
16
17
17
Download the extension from [ Visual Studio Marketplace] ( https://marketplace.visualstudio.com/items?itemName=Angular.ng-template ) .
18
18
19
+ ## Configuring compiler options for the Angular Language Service
20
+
21
+ The Angular Language Service uses the same set of options that are used to compile the application.
22
+ To get the most complete information in the editor, set the ` strictTemplates ` option in ` tsconfig.json ` ,
23
+ as shown in the following example:
24
+
25
+ ```
26
+ "angularCompilerOptions": {
27
+ "strictTemplates": true
28
+ }
29
+ ```
30
+
31
+ For more information, see the [ Angular compiler options] ( https://angular.io/guide/angular-compiler-options ) guide.
32
+
19
33
## Versioning
20
34
21
35
The language service extension relies on the ` @angular/language-service ` and ` typescript ` packages
You can’t perform that action at this time.
0 commit comments