UNPKG

pci-ng-lib

Version:

This is a simple PCI Angular Library published to npm.

6 lines (5 loc) 147 B
import { OnInit } from '@angular/core'; export declare class CustomerComponent implements OnInit { constructor(); ngOnInit(): void; }