Angular Glossary
Browse 3 angular terms defined in plain English, from the cultural dictionary of computing.
3 Angular Terms
- Route Guard
- A hook in a client-side router (notably Angular's CanActivate, CanDeactivate interfaces) that runs before a navigation completes, allowing the application to...
- RxJS
- The JavaScript implementation of Reactive Extensions, providing Observables, Subjects, and a rich library of operators for composing asynchronous streams. RxJS...
- Zone
- An execution context that persists across asynchronous operations, allowing frameworks to intercept and track async activity (timers, promises, event...
Related Topics
- Javascript (2 terms in common)
- Spa (1 terms in common)
- Reactive Programming (1 terms in common)
- Async Tracking (1 terms in common)
- Authentication (1 terms in common)