fix(ivy): ensure ngClass works with [class] bindings (#26559)

PR Close #26559
This commit is contained in:
Matias Niemelä
2018-10-18 14:47:53 -07:00
parent 0cc9842bf6
commit 297dc2bc02
12 changed files with 199 additions and 49 deletions

View File

@ -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';