mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-24 03:10:13 +01:00
fix(demo): improve dashboard and ui features pages
This commit is contained in:
parent
8127f98f3c
commit
b10e5e9ae5
20 changed files with 158 additions and 158 deletions
|
|
@ -56,7 +56,7 @@ export class RoomSelectorComponent {
|
|||
};
|
||||
|
||||
constructor() {
|
||||
this.sortRooms();
|
||||
this.selectRoom('2');
|
||||
}
|
||||
|
||||
private sortRooms() {
|
||||
|
|
@ -71,7 +71,7 @@ export class RoomSelectorComponent {
|
|||
});
|
||||
}
|
||||
|
||||
roomSelected(roomNumber) {
|
||||
selectRoom(roomNumber) {
|
||||
this.selectedRoom = roomNumber;
|
||||
this.sortRooms();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue