UNPKG
pci-ng-lib
Version:
latest (1.0.0)
1.0.0
This is a simple PCI Angular Library published to npm.
techiestribesolutions.azurewebsites.net
pci-ng-lib
/
lib
/
customer
/
customer.component.d.ts
6 lines
(5 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
CustomerComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }