Directive Output Bindings Use "$event" For Dependency-Injection In AngularJS 2 Beta 1

added by JavaScript Kicks
1/31/2016 4:50:45 PM

549 Views

In AngularJS, when we think about "dependency injection", we often think about providing services to component controllers and other services. But, component template expressions also use a dependency-injection, of sorts, allowing invocation arguments to be pulled out of the component properties, the template-local variables, and the invocation-local variables.


0 comments