mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
style(lint): improve lint issues
This commit is contained in:
parent
3ac268a096
commit
f04763cecd
16 changed files with 19 additions and 78 deletions
|
|
@ -4,12 +4,12 @@ import 'style-loader!../@theme/styles/gorgeous/gorgeous.theme.scss';
|
|||
import 'style-loader!../@theme/styles/pure/pure.theme.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
selector: 'ngx-pages',
|
||||
template: `
|
||||
<one-column-layout>
|
||||
<ngx-one-column-layout>
|
||||
<nga-menu></nga-menu>
|
||||
<router-outlet></router-outlet>
|
||||
</one-column-layout>
|
||||
</ngx-one-column-layout>
|
||||
`,
|
||||
})
|
||||
export class PagesComponent {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue