InterviewSolution
Saved Bookmarks
| 1. |
What is Flex layout in Angular 2? |
|
Answer» Flex Layout in Angular 2 is a component engine that allows you to CREATE Flexbox page layouts with a fixed SET of directives to use in designing templates. The Flex-Layout has made styling EASY and user-friendly by having a TypeScript based Library, thus eliminating the need for external stylesheets/CSS Styling. In addition to this, it can be used along with Material Design for Design components and also providing intuitive BREAKPOINTS while development to AID in designing responsive layouts. |
|