I just upgraded to Angular 12, and now I'm seeing this warning when I run my build:
Warning: 52 rules skipped due to selector errors:
:host-context() -> unmatched pseudo-class :host-context
...
Everything compiles and runs as expected. Is there any way to remove these warnings?