fix(core): remove support for Map/Set in [class]/[style] bindings (#35392)
Close FW-1863 PR Close #35392
This commit is contained in:
committed by
Alex Rickabaugh
parent
5576031b44
commit
2ca7984d55
+2
-2
@@ -704,7 +704,7 @@ export declare function ɵɵattributeInterpolateV(attrName: string, values: any[
|
||||
|
||||
export declare function ɵɵclassMap(classes: {
|
||||
[className: string]: boolean | undefined | null;
|
||||
} | Map<string, boolean | undefined | null> | Set<string> | string[] | string | undefined | null): void;
|
||||
} | string | undefined | null): void;
|
||||
|
||||
export declare function ɵɵclassMapInterpolate1(prefix: string, v0: any, suffix: string): void;
|
||||
|
||||
@@ -1035,7 +1035,7 @@ export declare function ɵɵstaticViewQuery<T>(predicate: Type<any> | string[],
|
||||
|
||||
export declare function ɵɵstyleMap(styles: {
|
||||
[styleName: string]: any;
|
||||
} | Map<string, string | number | null | undefined> | string | undefined | null): void;
|
||||
} | string | undefined | null): void;
|
||||
|
||||
export declare function ɵɵstyleProp(prop: string, value: string | number | SafeValue | undefined | null, suffix?: string | null): typeof ɵɵstyleProp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user