UNPKG
app-d-custom-user-data-app
Version:
latest (1.1.4)
1.1.4
Library for CISCO AppDynamics's custom userData
app-d-custom-user-data-app
/
lib
/
appd-lib.component.d.ts
6 lines
(5 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnInit
}
from
'@angular/core'
;
export
declare
class
AppdLibComponent
implements
OnInit
{
constructor
(
);
ngOnInit
():
void
; }