mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
feat(ui-features): add the icons page
This commit is contained in:
parent
44318d9e25
commit
2f71b9a1a2
8 changed files with 82 additions and 16 deletions
|
|
@ -1,11 +1,10 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
import 'style-loader!../@theme/styles/gorgeous/gorgeous.theme.scss';
|
||||
import 'style-loader!../@theme/styles/pure/pure.theme.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'pages',
|
||||
styleUrls: [
|
||||
'../@theme/styles/gorgeous/gorgeous.theme.scss',
|
||||
'../@theme/styles/pure/pure.theme.scss',
|
||||
],
|
||||
template: `
|
||||
<one-column-layout>
|
||||
<nga-menu></nga-menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue