We are working to convert our Angular repo to use Bazel to build however have run into a weird issue.
If there is a component defined in a module and referenced within that module (in html) then the build fails with an unknown element error.
Just wondering if someone here has tried to set up bazel and run into a similar issue?