Skip to content

Instantly share code, notes, and snippets.

View alexzuza's full-sized avatar
🎯
Focusing

Alexey Zuev alexzuza

🎯
Focusing
View GitHub Profile
platformBrowser()
.bootstrapModule(AppModule, { ngZoneEventCoalescing: true });
<div *ngIf="showHelp"
class="context-help-dialog"
(document:click)="documentClicked($event)"
(window:keydown.Escape)="escapedClicked()"
>
{{ content }}
</div>