Update angular to 4.0.0
This commit is contained in:
committed by
József Farkas
parent
d45551c4fd
commit
f6744b737a
@@ -1,7 +1,7 @@
|
||||
<template [ngIf]="keymap$ | async">
|
||||
<ng-template [ngIf]="keymap$ | async">
|
||||
<keymap-header [keymap]="keymap$ | async" [deletable]="deletable$ | async" (downloadClick)="downloadKeymap()"></keymap-header>
|
||||
<svg-keyboard-wrap [keymap]="keymap$ | async"></svg-keyboard-wrap>
|
||||
</template>
|
||||
</ng-template>
|
||||
|
||||
<div *ngIf="!(keymap$ | async)" class="not-found">
|
||||
Sorry, there is no keymap with this abbreviation.
|
||||
|
||||
Reference in New Issue
Block a user