Fixed suppliers

This commit is contained in:
Finn 2019-07-12 17:45:43 +01:00
parent f668f1f7ae
commit 8dbdcbb481
4 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ import { AgmCoreModule } from '@agm/core';
import { BsModalService, ModalDirective } from 'ngx-bootstrap/modal';
import { BsModalRef } from 'ngx-bootstrap/modal/bs-modal-ref.service';
interface RecurSupplierData {
interface SuppliersComponent {
name : string;
}
@ -26,7 +26,7 @@ export class SuppliersComponent implements OnInit, AfterViewInit {
) { }
ngOnInit(): void {
}
ngAfterViewInit() {