Closed
Description
🚀 Feature request
Command (mark with an x
)
- new
- build
- serve
- test
- e2e
- generate
- add
- update
- lint
- extract-i18n
- run
- config
- help
- version
- doc
Description
Angular CLI is slow (particularly to start up). A lot of this has to do with the time to typecheck TypeScript.
Describe the solution you'd like
An --transpileModules or --untyped option to skip typechecking.
Describe alternatives you've considered
Using webpack + babel-typescript instead. However, this misses out on the simplicity of using Angular CLI and is inconvenient to configure.
Metadata
Metadata
Assignees
Labels
No labels