mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-16 11:37:13 +02: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>
|