Is Angular 4 material responsive like bootstrap?

前端 未结 2 1841
无人共我
无人共我 2021-01-31 09:37

I am starting on a new project with Angular 4 and need to create responsive and pleasant user interface.

  • bootstrap gives you responsiveness, but no material feel
2条回答
  •  攒了一身酷
    2021-01-31 09:53

    A bit late but I have created a starter template that shows an example of a responsive layout with Material 5 and Angular 5 as well as some simple routing. https://github.com/kenji-1996/material-sidenav-responsive-starter

    Uses Material and Flex, no outside libs

提交回复
热议问题