Charles

Results 90 comments of Charles

Is the `bootstrap` javascript being used within the application? I was unable to find any references but rather only the styles in the reproduction.

Can you provide additional information regarding your use cases that are not met by using Angular templates? While the Angular template language can be parsed as valid HTML, its full...

This is a limitation of `zone.js` itself. To automatically support `fakeAsync`, `zone.js` needs to specifically patch each test runtime (`jasmine`, `jest`, `vitest`, etc.). It currently does not patch `vitest` and...

For visibility, the documentation outlining the known issues with web worker support can be found here: https://angular.dev/tools/cli/build-system-migration#type-checking-of-web-worker-code-and-processing-of-nested-web-workers

Thank you for the extensive contribution. However, the Angular team is currently evaluating the effectiveness across various models and agents regarding such an approach. For instance, many agents are currently...

Vitest's test isolation improves reliability of tests but does have a cost. Also the file parallelism allows tests suites to be run in parallel but has a startup time cost...

As mentioned above, this is a development server only case due to the HMR capabilities enabled by default in v19. For this case where the native underlying DOM element's styles...

While `ngAfterViewInit` has been used in the past as a location to query the DOM, there is no guarantee that the DOM will be in its final state when the...

Documentation is available [here](https://angular.dev/tools/cli/build-system-migration#starting-the-development-server).

This issue is now resolved in the latest release (currently, framework 19.1.3 and CLI 19.1.4). If you encounter issues after updating, please open a new issue with a minimal reproduction...