Practical recipes for common tasks with the ng-xtend framework. Each guide is self-contained and lists its prerequisites.
| Guide | What you will learn |
|---|---|
| Display any object | Render an object as a table or card with no manual template |
| Edit any object | Auto-generate an editable form from any value |
| Describe an entity type | Declare field names and types for better rendering |
| Create new entities | Build a blank creation form from a type descriptor |
| Guide | What you will learn |
|---|---|
| Add plugins for rich fields | Use country pickers, currency fields, and more via plugins |
| Connect list selection to editor | Wire a list and editor together with input/output bindings |
| Guide | What you will learn |
|---|---|
| Persist data via REST API | Save and load entities with xt-store |
| Handle entity relations | Define MANY-TO-ONE references between types |
| Guide | What you will learn |
|---|---|
| Load plugins at runtime | Fetch plugins from a remote server via Module Federation |