mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
10 lines
233 B
HTML
10 lines
233 B
HTML
|
<app-frame>
|
||
|
<md-card>
|
||
|
<md-card-title>User management</md-card-title>
|
||
|
<md-card-content>
|
||
|
|
||
|
<button md-button (click)="addUser()">+ add user</button>
|
||
|
</md-card-content>
|
||
|
</md-card>
|
||
|
</app-frame>
|