I\'m starting a project with angular material. Does it have a native system for positioning elements in a responive grid like bootstrap does ?
Otherwise is it ok practic
Looks like Angular Material (7.0.3) still do not have solid grid system like bootstrap, else they would have included it in their official documentation
and we still need to use Anuglar Material because of richer UI/UX.
solution is to take only grid part from bootstrap.
stylesheetbootstrap-grid.css
can be used as mentioned in bootstrap documentation or corresponding cdn can be used to utilize bootstrap provided grid functionality.