·
Google has released version 11 of Angular, its popular Single Page Application framework. The release focuses on improving the developer experience and finalizing the cleanup of the issue tracker.
Features
- Hot Module Replacement implementation has been improved and can now be initialized using the --hmr flag.
ng serve --hmr
With HMR, the Angular application does not need a full page refresh whenever the code changes.
- Upgrading to TypeScript 4.0
- Improved support for generic types with the Angular language service