Conversation
|
@CaerusKaru need some help to get this green? |
|
@alexeagle I think so. The errors we’re getting here are not surfacing in angular/angular, which also uses compileComponents. @gregmagolan was helping me out briefly last week, I could check in with him again. |
|
I rebased on master and pushed again. Now that we have managed_directories you can add println debug statements in |
|
To the untrained eye (me), it looks like the generated output just doesn't have the HTML files where they need to be. I don't think the angular/angular uses dedicated HTML files, so there are no 404s there. |
|
I rebased this branch to the head now that angular-bazel-example is updated to rules_nodejs 0.32.2 and am starting to look at this.
The devserver issue is a runtime issue in the browser: Will be debugging today. The good news is that prod works which means that the issue is something with devmode and not something with Ivy & Bazel itself. |
|
Made some progress. Looks like we're blocked by an issue with ivy-ngcc transforming umd bundles: angular/angular#31394 |
|
I haven't opened up a new PR but the original issue observed was caused because we weren't using the ivy @angular bundles. To do that I have a branch on my fork with this: https://github.com/gregmagolan/angular-bazel-example/tree/wassim/ivy |
|
Replaced by #505. Check there for updates. |
No description provided.