Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.08 KB

Usage-example.md

File metadata and controls

13 lines (7 loc) · 1.08 KB

Usage Examples

  • The blog admin demo is a basic, single file configuration. The model is simple: posts, comments, and tags entities. The remote REST API is simulated in the browser, using FakeRest.

blog demo

  • The Posters Galore demo (source) is a more complete example. It simulates an e-commerce administration for a poster shop. The administration manages visitors, sales, the poster catalog, and reviews.

    The code respects the best coding practices: ES6, independent modules, bundling and minification via WebPack. You will find custom authentication, custom actions, custom directives, and custom pages. The remote REST API is also simulated in the browser, using FakeRest.

posters galore demo

If you have a public administration based on ng-admin, please open a Pull Request on this page to showcase your work!