I have a project that have 150+ Modules.It takes 4+ hours for producation build. how can i reduce the build time.
or
How to update to latest version. Currently I used Angular 4 with Angular Material.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Siddharth GajbhiyePosted Jan 14, 2021, 4:59 AM
How to optimize an angular app ?
Consider lazy loading instead of fully bundled app If the app size is more
Make sure that any 3rd party library ,which is not used ,is removed from the application
Have all dependencies and dev-dependencies are clearly separated.
Make sure the application doesn’t have un necessary import statements
Consider AOT compilation
Upgrade Typescript
Farhan AhmedPosted Jan 13, 2021, 6:19 PM