Angular Runtime
Use the Angular runtime to create modules, bootstrap applications, access injectors, and bridge external code.
Use the Angular runtime to create modules, bootstrap applications, access injectors, and bridge external code.
See how AngularTS replaces the AngularJS digest loop with ES6 Proxy interception, scheduling microtask DOM updates that only re-evaluate affected bindings.
Understand how the AngularTS injector resolves named tokens, how to annotate dependencies, and how the provider pattern controls the config and run phases.
Learn how AngularTS modules group controllers, services, directives, and config into composable units that the injector loads at bootstrap.
Explore how AngularTS scopes work as reactive ES6 Proxies, how the hierarchy flows from $rootScope, and how to use events and watchers effectively.
Master the {{ }} interpolation syntax, one-time bindings, filter pipes, and how $interpolate and $parse power programmatic expression evaluation.
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.