angular-material-extensions / fab-menu

Angular Component that represents a menu of buttons triggered by a floating action button | built with material design
https://angular-material-extensions.github.io/fab-menu/
MIT License
48 stars 17 forks source link

Module not found: Error: Can't resolve '@angular/flex-layout' #19

Closed ipehimanshu closed 2 years ago

ipehimanshu commented 3 years ago

I see this type error

Module not found: Error: Can't resolve '@angular/flex-layout'

So how to solve that error with ionic 5

Thanks

HuiiBuh commented 3 years ago

Install @angular/flex-layout

tanmayparmar commented 2 years ago

I guess npm install @angular/flex-layout will work. However, it should be good to have that in the documentation.

AnthonyNahas commented 2 years ago

@HuiiBuh and @tanmayparmar thanks for answering this questions