This reverts commit 32f4544f34
.
PR Close #32841
This commit is contained in:

committed by
Andrew Kushnir

parent
3a96631387
commit
e668d7971d
@ -498,7 +498,7 @@ function getContext(tNode: TNode, isClassBased: boolean): TStylingContext {
|
||||
if (!isStylingContext(context)) {
|
||||
context = allocTStylingContext(context as StylingMapArray | null);
|
||||
if (ngDevMode) {
|
||||
attachStylingDebugObject(context as TStylingContext, isClassBased);
|
||||
attachStylingDebugObject(context as TStylingContext);
|
||||
}
|
||||
if (isClassBased) {
|
||||
tNode.classes = context;
|
||||
|
Reference in New Issue
Block a user