Skip to content

Commit

Permalink
fix(module:cron-expression): clear console warnings (#7926)
Browse files Browse the repository at this point in the history
  • Loading branch information
OriginRing authored Sep 18, 2023
1 parent b1d2095 commit b358345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cron-expression/demo/semantic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { NzSafeAny } from 'ng-zorro-antd/core/types';
selector: 'nz-demo-cron-expression-semantic',
template: ` <nz-cron-expression
[nzSemantic]="semanticTemplate"
[(ngModel)]="value"
[ngModel]="value"
(ngModelChange)="getValue($event)"
></nz-cron-expression>
<ng-template #semanticTemplate>Next Time: {{ semantic | date: 'YYYY-MM-dd HH:mm:ss' }}</ng-template>`
Expand Down

0 comments on commit b358345

Please sign in to comment.