fix(ivy): ensure ngClass
works with [class] bindings (#26559)
PR Close #26559
This commit is contained in:
@ -20,9 +20,6 @@ export {CssSelectorList} from './interfaces/projection';
|
||||
|
||||
// clang-format off
|
||||
export {
|
||||
|
||||
NO_CHANGE,
|
||||
|
||||
bind,
|
||||
interpolation1,
|
||||
interpolation2,
|
||||
@ -175,3 +172,5 @@ export {
|
||||
renderComponent,
|
||||
whenRendered,
|
||||
};
|
||||
|
||||
export {NO_CHANGE} from './tokens';
|
||||
|
Reference in New Issue
Block a user