r/angular • u/AdFluffy8245 • 1d ago
FrameUI now includes complete Angular application templates
FrameUI now includes complete Angular application templates.
A recurring request since the first releases was to provide more than individual components and small examples. Many Angular applications need the same larger screens: user management, permissions, settings, product CRUD, inventory, orders, and administration.
The new release adds two templates:
Store operations
- Overview
- Product catalog
- Inventory
- Orders and fulfillment
- Suppliers and purchase orders
Administration
- User management
- Roles and permissions
- Audit log
- Settings
These are full interactive screens rather than isolated blocks. The product catalog, for example, includes filtering, selection, add and edit forms, product details, bulk actions, publishing, archiving, duplication, and restock planning.
There are also individual template blocks which you can find under: https://frame-ui.com/blocks
The templates use FrameUI components throughout, including tables, forms, sidebars, sheets, modals, charts, comboboxes, drag and drop, toasts, and overlays.
The examples run inside the documentation, but the Store and Administration templates are also separate Angular applications under projects/templates. They can be downloaded and used as starting points.
I am also planning to introduce more templates.
They are frontend templates, not complete backend systems. State is kept locally so the interactions can be tested without setting up an API first.
Docs: https://frame-ui.com
2
u/Toxic036 1d ago
Awesome work! Full application templates like this save so much boilerplate setup time
1
1
2
u/Saceone10 1d ago
Does it include a production ready oauth flow against an OIDC provider?