docs(aio): fix typo in "preserveWhitespaces" example (#22182)
Fixes #22147 PR Close #22182
This commit is contained in:
parent
c6bdc831c1
commit
e97afae67a
@ -92,7 +92,7 @@ You can control your app compilation by providing template compiler options in t
|
|||||||
},
|
},
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"fullTemplateTypeCheck": true,
|
"fullTemplateTypeCheck": true,
|
||||||
"preserveWhiteSpaces": false,
|
"preserveWhitespaces": false,
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user