added api
This commit is contained in:
@@ -8,7 +8,6 @@ import {NzDividerComponent} from "ng-zorro-antd/divider";
|
||||
import {ProductTable} from "../product-table/product-table";
|
||||
import {FormsModule} from "@angular/forms";
|
||||
import {NzCheckboxComponent} from "ng-zorro-antd/checkbox";
|
||||
import {NzButtonComponent} from "ng-zorro-antd/button";
|
||||
|
||||
@Component({
|
||||
selector: 'app-stock-table',
|
||||
@@ -20,7 +19,6 @@ import {NzButtonComponent} from "ng-zorro-antd/button";
|
||||
NzDividerComponent,
|
||||
FormsModule,
|
||||
NzCheckboxComponent,
|
||||
NzButtonComponent,
|
||||
],
|
||||
templateUrl: './stock-table.html',
|
||||
styleUrl: './stock-table.css',
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
.gitignore
|
||||
.openapi-generator-ignore
|
||||
README.md
|
||||
api.base.service.ts
|
||||
api.module.ts
|
||||
|
||||
Reference in New Issue
Block a user