Live Layout Demos
Real-world usages of Layouts (both static and responsive) are available on the ngx-layout Demos site. The samples available are curated from the following sources:
- Layout Documentation (Angular 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:
nx run updated:demo
Universal (SSR) Demos
A small-scale application that demonstrates how to use ngx-layout on the server. This site is not available publically, but can be run with the following command:
nx run serve:universal-demo-app
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.