DOCTYPE html> <html> <head> <title>Angular 2 Click Outside</title> <meta ... <button (click)="active=!active">Toggle dropdown</button> <div *ngIf="active" ...
確定! 回上一頁