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',
|
||||
|
||||
@@ -4,10 +4,7 @@ import {NzIconDirective} from "ng-zorro-antd/icon";
|
||||
|
||||
@Component({
|
||||
selector: 'app-welcome',
|
||||
imports: [
|
||||
ModalNav,
|
||||
NzIconDirective
|
||||
],
|
||||
imports: [],
|
||||
templateUrl: './welcome.html',
|
||||
styleUrl: './welcome.css'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user