You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Joey Perrott edited this page Feb 22, 2018
·
2 revisions
Live Layout 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
Universal (SSR) Demos
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.