Glossary
Angular Synchronization
Angular synchronization is the process that keeps the UI in sync with the application state. It handles:
- flushing views (i.e., change detection)
- running reactive effects
- triggering render hooks
✅ Angular Testing Glossary
Looking for definitions of testing terms? Check out the Angular Testing Glossary.