Manfred Steyer
Manfred Steyer
Hi, first of all, thank you for this repo. It really helped me to get started with AOT. I've noticed, that you are using the angular2-template-compiler in the common webpack-config-file...
Hi, the convenice-methods bootstrap and bootstrapWebWorker seems to be gone now in the current alpha 48 [1]. Instead of this, we have to use a more verbose style that sets...
### Which @ngrx/* package(s) are relevant/related to the feature request? signals ### Information Angular is starting to untrack certain things by default: https://github.com/angular/angular/pull/54614 Since 17.1.1, Signal Store does the same...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ x ] Feature request [...
Hi, thanks for this. Has anyone tried to test async operations, like fetching data via http? For me, it seems, that the test does not wait for the async operation...
### Which @angular/* package(s) are the source of the bug? core ### Is this a regression? No ### Description 1. A resource's loader delegates to the `HttpClient` that throws an...
There are several hanging node processes when closing the dev web server (via CTRL+C or q + ENTER). Reproduction: - Clone this repo and npm install deps: https://github.com/manfredsteyer/nx-rspack-mf-demo.git - nx...
Do you plan to make rsbuild output ESM as the Angular CLI does? In this case, I guess createConfig needed to set the respective flag and create script tags with...
I have an Angular CLI workspace with several projects. When compiling one of them using ``` npx rsbuild build -c projects/mfe1/rsbuild.config.ts ``` I get this error message: ``` error Failed...
Here, I have a Nx workspace with two apps sharing a repo-internal lib via Module Federation: https://github.com/manfredsteyer/nx-rspack-mf-demo/tree/shared-lib-helper/shell/src/app (Branch: shared-lib-helper) It works nicely so far; however, if this shared lib is...