ngbracket / ngx-layout

Clone of the Angular FlexLayout
MIT License
184 stars 11 forks source link

Update Angular version and fix NgClass directive #51

Closed DuncanFaulkner closed 5 months ago

DuncanFaulkner commented 5 months ago

Update Angular version and fix NgClass directive In https://github.com/angular/angular/pull/53831 NgClass directive constructor signature was updated, which is a breaking change for Angular Flex Layout. This change updates the signature by removing iterableDiffers and keyValueDiffers, which are not used anymore.