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 = [
|
userMenu = [
|
||||||
{ title: 'Profile', icon: 'person-outline', link: 'pages/user/profile', },
|
{ title: 'Profile', icon: 'person-outline', link: 'pages/user/profile', },
|
||||||
{ title: 'Log out' }
|
{ title: 'Log out' },
|
||||||
];
|
];
|
||||||
|
|
||||||
constructor(private sidebarService: NbSidebarService,
|
constructor(private sidebarService: NbSidebarService,
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
true,
|
true,
|
||||||
{
|
{
|
||||||
"multiline": "always",
|
"multiline": "always",
|
||||||
"singleline": "never"
|
"singleline": "ignore"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"arrow-return-shorthand": true,
|
"arrow-return-shorthand": true,
|
||||||
|
|
@ -133,5 +133,5 @@
|
||||||
"use-pipe-transform-interface": true,
|
"use-pipe-transform-interface": true,
|
||||||
"component-class-suffix": true,
|
"component-class-suffix": true,
|
||||||
"directive-class-suffix": true
|
"directive-class-suffix": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue