User form
with ability to view, edit and create. The final app should look like following picture.ng new
command.@ngx-metaui/rules
to your appng add
command finishes you are fully configured to start some rule driven development. Besides updating standard project files such angular.json
and package.json
it also:app.module.ts
Application.oss
rule file src/styles.css
just like having global styles in the projectuser-rules.ts
to export the content of our rules to be later on imported inside our module.(MetaUIRulesModule)
that glues everything and UI layer (FioriRulesModule)
that brings in all the UI components.
The .oss
file extension stands for object style sheet just like you have cascading stylesheet and they are pretty similar. generate
schematics to create UserDetail
page already setup with different editing modes: app.component.htm