UNPKG

igniteui-angular

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

7 lines (6 loc) 262 B
/** * @hidden */ export declare function WatchChanges(): PropertyDecorator; export declare function WatchColumnChanges(): PropertyDecorator; export declare function notifyChanges(repaint?: boolean): (_: any, key: string, propDesc?: PropertyDescriptor) => any;