fix error in all libraries
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {NzTableComponent} from "ng-zorro-antd/table";
|
||||
import {StockTable} from "../../compontents/stock-table/stock-table";
|
||||
|
||||
@Component({
|
||||
selector: 'app-stock',
|
||||
imports: [
|
||||
NzTableComponent,
|
||||
StockTable
|
||||
],
|
||||
templateUrl: './stock.html',
|
||||
|
||||
Reference in New Issue
Block a user