See #1836
Context: We currently need to run the angular transformer on the angular codebase with no entry points, which is why we have no warnings currently.
Potential solutions:
- Create a "private" transformer in
lib/src/ for the angular codebase that does not require an entry point
- Codegen the necessary files in the angular codebase and check them in so the angular transformer does not need to be run except in consumer code
See #1836
Context: We currently need to run the angular transformer on the angular codebase with no entry points, which is why we have no warnings currently.
Potential solutions:
lib/src/for the angular codebase that does not require an entry point