September 2017
Intermediate to advanced
450 pages
11h 24m
English
The event binding syntax in Angular maps between DOM events on a particular element and an Angular component method, as well as any optional parameters that need to be passed along:
<element (event)="method([params])"></element>
The ng-bootstrap modal defines a local alias to its own close method with the let-c="close" directive. This maps the close modal method in NgbModal to the local template property c, which can then be triggered like any other event. If you remove these local template input events, you ...
Read now
Unlock full access