- Thoughtram: Highly advanced articles about Angular, RxJS and other related libraries.
- Style guide: Angular's official style guide. Worth skimming through.
- ngrev: Graphical tool for reverse engineering of Angular projects.
- Ahead-of-Time compilation - Boost build times by compiling offline (not in browser)
- Release schedule - Angular's release schedule and versioning info
- Web workers support - Boost up performance with threading
- Progressive Web Apps (PWA) - Offline-capable, app-like web sites supporting push notification built with Angular
- Lazy loading - Only load essentials parts initially
- Universal apps - render Angular app as HTML on server
- Migration from AngularJS - Migrating from AngularJS to Angular is possible
- Frameworks built on top of Angular for different platforms:
- Electron for desktop apps
- Ionic (works on top of Apache Cordova) for hybrid mobile apps
- NativeScript for native UI mobile apps