mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat: add eva-icons (#1912)
This commit is contained in:
parent
3f1f4c558b
commit
b3d7b7bd08
7 changed files with 91 additions and 7 deletions
|
|
@ -57,6 +57,7 @@ import {
|
|||
RoundPipe,
|
||||
TimingPipe,
|
||||
NumberWithCommasPipe,
|
||||
EvaIconsPipe,
|
||||
} from './pipes';
|
||||
import {
|
||||
OneColumnLayoutComponent,
|
||||
|
|
@ -132,6 +133,7 @@ const PIPES = [
|
|||
RoundPipe,
|
||||
TimingPipe,
|
||||
NumberWithCommasPipe,
|
||||
EvaIconsPipe,
|
||||
];
|
||||
|
||||
const NB_THEME_PROVIDERS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue