September 2017
Intermediate to advanced
450 pages
11h 24m
English
Let's perform the following steps to create an event to launch a bootstrap modal:
<ng-template #modal let-c="close"> <div class="modal-header"> <h4 class="modal-title">New Post</h4> <button type="button" class="close" aria-label="Close" (click)="c()"> <fa [name]="'close'"></fa> </button> ...
Read now
Unlock full access