Between Angular Flex Layout & Ionic Grid, Which do you preferred?

Hi guys, I have a question between these two awesome layout modules. Previously when I was developing an ionic app, I love how ionic grid simpleness. But soon when I start building my website with angular. I found angular flex layout. which has a lesser line of code to achieve the same thing. I was wondering is it better for me to switch from ionic grid to angular flex layout in my ionic app project.
What do you think guys?

  1. Is ionic grid has better flexibility or advantages compare to angular flex when working in an ionic app? or are they the same?
  2. Which would you choose since angular flex layout is less verbose and look ‘kinda’ neater than ionic grid>ion-row>ion-col

Link to Angular Flex Layout

Happy coding

Another option, which I have used (within an Ionic component) is just the vanilla css grid.

I will go check it out

Also, just make sure it is supported by whichever browsers/webviews you will want to target (see Can I use).

But as you can see, support is pretty good now.