@@ -11,8 +11,8 @@
|
|||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
<span [ngSwitch]="toggle">
|
<span [ngSwitch]="toggle">
|
||||||
<template ngSwitchCase="true">layer by pressing this key.</template>
|
<template [ngSwitchCase]="true">layer by pressing this key.</template>
|
||||||
<template ngSwitchDefault="false">layer by holding this key.</template>
|
<template ngSwitchDefault>layer by holding this key.</template>
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
<template [ngIf]="isNotBase">
|
<template [ngIf]="isNotBase">
|
||||||
|
|||||||
Reference in New Issue
Block a user