mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
feat(dashboard): add contacts and room selector components
This commit is contained in:
parent
d351b3d6ff
commit
61869dad7a
18 changed files with 374 additions and 19 deletions
|
|
@ -34,20 +34,12 @@
|
|||
Room Management
|
||||
</nga-card-header>
|
||||
<nga-card-body>
|
||||
<ngx-room-selector></ngx-room-selector>
|
||||
</nga-card-body>
|
||||
</nga-card>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-3">
|
||||
<nga-card size="xmedium" class="contacts">
|
||||
<nga-tabset fullWidth>
|
||||
<nga-tab tabTitle="Contacts">
|
||||
<span>Content #1</span>
|
||||
</nga-tab>
|
||||
<nga-tab tabTitle="Recent">
|
||||
<span>Content #2</span>
|
||||
</nga-tab>
|
||||
</nga-tabset>
|
||||
</nga-card>
|
||||
<ngx-contacts></ngx-contacts>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue