Closed as not planned
Closed as not planned
Description
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
}
}
'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
I see no error, that's the issue.
Please provide the environment you discovered this bug in (run ng version
)
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.
Metadata
Metadata
Assignees
Labels
No labels