UNPKG

jw-ng-forward

Version:

Temporary package. The default solution for those that want to write Angular 2.x style code in Angular 1.x

5 lines (4 loc) 369 B
export declare const writeMapSingle: (t: any, localName: any, publicName: any, storeKey: any) => any; export declare const writeMapMulti: (t: any, names: any, storeKey: any) => any; export declare function Input(publicName?: string): (proto: any, localName: string) => void; export declare function Output(publicName?: string): (proto: any, localName: string) => void;