-
Notifications
You must be signed in to change notification settings - Fork 771
Live Demos
Real-world usages of Layouts (both static and responsive) are available on the Flex-Layout Demos site. The samples available are curated from the following sources:
- Layout Documentation (AngularJS Material)
- GitHub Issuses
- StackOverflow Issues
- CodePen Issues
Use the following Terminal command to start the server and launch the demo application with its non-responsive and responsive demos:
npm run demo:serve
A small-scale application that demonstrates how to use Flex Layout on the server. This site is not available publically, but can be run with the following command:
npm run universal:serve
Note: This server, unlike the demo-app, does not live reload. In order to incorporate build changes into the universal-app, it will need to be re-built/re-served each time.
-
Quick Links
-
Documentation
-
Demos
-
StackBlitz Templates
-
Learning FlexBox
-
History
-
Developer Guides
-
Contributing