mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Final state from MSSE692
This commit is contained in:
parent
43c7198f22
commit
4b98dddb1f
2 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ export class HeaderComponent implements OnInit, OnDestroy {
|
|||
|
||||
userMenu = [
|
||||
{ title: 'Profile', icon: 'person-outline', link: 'pages/user/profile', },
|
||||
{ title: 'Log out' }
|
||||
{ title: 'Log out' },
|
||||
];
|
||||
|
||||
constructor(private sidebarService: NbSidebarService,
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
true,
|
||||
{
|
||||
"multiline": "always",
|
||||
"singleline": "never"
|
||||
"singleline": "ignore"
|
||||
}
|
||||
],
|
||||
"arrow-return-shorthand": true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue