diff --git a/aio/src/app/custom-elements/api/api-list.component.html b/aio/src/app/custom-elements/api/api-list.component.html index dc8461b204..e7f101b2ad 100644 --- a/aio/src/app/custom-elements/api/api-list.component.html +++ b/aio/src/app/custom-elements/api/api-list.component.html @@ -15,7 +15,7 @@ diff --git a/aio/tsconfig.json b/aio/tsconfig.json index aed6d03332..2e5d77de7a 100644 --- a/aio/tsconfig.json +++ b/aio/tsconfig.json @@ -38,6 +38,7 @@ "angularCompilerOptions": { "disableTypeScriptVersionCheck": true, "fullTemplateTypeCheck": true, - "strictInjectionParameters": true + "strictInjectionParameters": true, + "strictTemplates": true } }