dgrbrady
dgrbrady
Is there a workaround at this time? I have an Angular 13 app in Nx 13 monorepo and even running the default Angular CLI generator fails with the same issue...
Thanks for looking into this! If you have the time, could you explain a bit more what you meant by "configure it by hand"? What would need to be configured...
Update: I implemented unit tests in a different component in my ui lib, and it works just fine... so there's something funky about my `TaskbarComponent` code... Feel free to close,...
Update 2: I figured out what was causing the issue with `TaskbarComponent`, but I have no idea *why* this is an issue. It was failing due to the order of...
I don't know if this is an Angular 12 specific thing, or if I should create a separate issue for this but I found that when using the latest version...
+1 to this, I'm seeing this as well. Also thought I'd mention that running the serve executor yields the same "src/app.html" does not exist error. And when I go to...