nt

Size: a a a
nt
YK
YK
nt
YK
Кm
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
S
YK
S
YK
YK
S
YK
S
export type TypedChanges<T> = {
[P in keyof T]?: TypedChange<T[P]>;
};
export class TypedChange<T> extends SimpleChange {
previousValue: T;
currentValue: T;
}
YK
Ti
GK
KV
E