Open
Description
Which @angular/* package(s) are the source of the bug?
core
Is this a regression?
No
Description
When standalone component is created with @Component({ selector: 'button[cv-button]'
it will be not reported during compile time
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/angular-standalone-uzrsmn?file=src%2Fmain.ts
Please provide the exception or error you saw
No message is displayed in Console about missing info, uncomment 59 line to make component work
Please provide the environment you discovered this bug in (run ng version
)
Angular CLI: 14.0.0
Node: 14.18.2
Package Manager: yarn 3.2.0
OS: win32 x64
Angular: 14.0.0
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router, service-worker
Package Version
---------------------------------------------------------
@angular-devkit/architect 0.1400.0
@angular-devkit/build-angular 14.0.0
@angular-devkit/core 14.0.0
@angular-devkit/schematics 14.0.0
@schematics/angular 14.0.0
rxjs 7.5.5
typescript 4.7.3
Anything else?
No response