providers continue partie2

This commit is contained in:
2025-11-27 14:19:35 +01:00
parent 043899db3f
commit cbf01acb99
6 changed files with 16 additions and 16 deletions

View File

@@ -1,12 +1,11 @@
import { Component } from '@angular/core';
import {NzModalComponent, NzModalModule} from "ng-zorro-antd/modal";
import {NzButtonComponent, NzButtonModule} from "ng-zorro-antd/button";
import {ProvidersAddForm} from "../providers-add-form/providers-add-form";
import {NzMessageService} from "ng-zorro-antd/message";
@Component({
selector: 'app-providers-card-form',
imports: [NzButtonModule, NzModalModule, ProvidersAddForm],
imports: [NzButtonModule, NzModalModule],
template: `
<button nz-button nzType="primary" (click)="showModal()">
<span>+</span>