mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
With the potential future introduction of features such as WASM/ES module integration and the experimental chunk optimizer, the need to restrict top-level await usage is no longer needed and a blocker for new features. As such, top-level await will now be available if an application has been configured to be zoneless. Zoneless Angular is currently experimental and more details can be found here: https://angular.dev/guide/experimental/zoneless
Angular Build System for Applications and Libraries
The sources for this package are in the Angular CLI repository. Please file issues and pull requests against that repository.
Usage information and reference details can be found in repository README file.