Live Demos - ngbracket/ngx-layout GitHub Wiki
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 (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 ngx-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.