I am getting the following error when I add FlexLayoutModule to the imports section of my app.module.ts
ERROR in The target entry-point "@angular/flex-layout" has missing dependencies: - @angular/core - @angular/common - rxjs - @angular/platform-browser
I never recall getting this in other projects.