UNPKG

ng-metadata-baden-fix1

Version:

Angular 2 decorators and utils for Angular 1.x

14 lines (13 loc) 358 B
export declare type HostBindingsProcessed = { classes: StringMap; attributes: StringMap; properties: StringMap; }; export declare type HostListenersProcessed = { [key: string]: string[]; }; export declare type HostProcessed = { hostStatic: StringMap; hostBindings: HostBindingsProcessed; hostListeners: HostListenersProcessed; };