### Which @angular/* package(s) are the source of the bug? compiler-cli, compiler ### Is this a regression? No ### Description TsConfig.json: ``` { "extends": "./tsconfig.base.json", "angularCompilerOptions": { "strictTemplates": true, "skipTemplateCodegen": true, "strictMetadataEmit": true, "enableResourceInlining": true } } ``` No error:  Error:  'strictTemplates' doesn't seem to check inputs / components using attribute selectors. . In the case above, I get no error - not even runtime! The error only occurs if the template uses a dynamic template. ### Please provide a link to a minimal reproduction of the bug _No response_ ### Please provide the exception or error you saw ```true I see no error, that's the issue. ``` ### Please provide the environment you discovered this bug in (run `ng version`) ```true Using Angular 14. ``` ### Anything else? If this is not a bug, please tell me how I can get the build to show errors when a dependancy like this is missing.