@nstudio/schematics
Version:
Cross-platform (xplat) tools for Nx workspaces.
9 lines (8 loc) • 350 B
HTML
<ActionBar title="Details" class="action-bar"></ActionBar>
<FlexboxLayout flexDirection="column" class="page">
<FlexboxLayout class="m-15">
<Label class="h2" [text]="item.id + '. '"></Label>
<Label class="h1" [text]="item.name"></Label>
</FlexboxLayout>
<Label class="h3 m-20" [text]="item.role"></Label>
</FlexboxLayout>