avancement planning
This commit is contained in:
Generated
Vendored
+1
-1
@@ -4,6 +4,6 @@
|
||||
[nzOptions]="nzOptions"
|
||||
[(ngModel)]="values"
|
||||
(ngModelChange)="onChanges($event)"
|
||||
></nz-cascader>
|
||||
/>
|
||||
<ng-template #renderTpl let-option let-index="index">{{ index + 1 }}. {{ option.label }}</ng-template>
|
||||
|
||||
Generated
Vendored
+2
-2
@@ -37,12 +37,12 @@ const options: NzCascaderOption[] = [
|
||||
[nzOptions]="nzOptions"
|
||||
[(ngModel)]="values"
|
||||
(ngModelChange)="onChanges($event)"
|
||||
></nz-cascader>
|
||||
/>
|
||||
<ng-template #renderTpl let-option let-index="index">{{ index + 1 }}. {{ option.label }}</ng-template>
|
||||
`<% } else { %>templateUrl: './<%= dasherize(name) %>.component.html'<% } %>
|
||||
})
|
||||
export class <%= classify(name) %>Component {
|
||||
nzOptions = options;
|
||||
readonly nzOptions = options;
|
||||
values: string[] | null = null;
|
||||
|
||||
onChanges(values: string): void {
|
||||
|
||||
Reference in New Issue
Block a user