We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d2095 commit b358345Copy full SHA for b358345
components/cron-expression/demo/semantic.ts
@@ -8,7 +8,7 @@ import { NzSafeAny } from 'ng-zorro-antd/core/types';
8
selector: 'nz-demo-cron-expression-semantic',
9
template: ` <nz-cron-expression
10
[nzSemantic]="semanticTemplate"
11
- [(ngModel)]="value"
+ [ngModel]="value"
12
(ngModelChange)="getValue($event)"
13
></nz-cron-expression>
14
<ng-template #semanticTemplate>Next Time: {{ semantic | date: 'YYYY-MM-dd HH:mm:ss' }}</ng-template>`
0 commit comments