mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 09:50:13 +01:00
appPicturePipe -> baAppPicturePipe
This commit is contained in:
parent
11c9a3d239
commit
e3982b255e
16 changed files with 28 additions and 28 deletions
|
|
@ -1,12 +1,12 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
|
||||
|
||||
import {AppPicturePipe} from '../../../../theme/pipes';
|
||||
import {BaAppPicturePipe} from '../../../../theme/pipes';
|
||||
import {BaCard} from '../../../../theme/components';
|
||||
|
||||
@Component({
|
||||
selector: 'typography',
|
||||
pipes: [AppPicturePipe],
|
||||
pipes: [BaAppPicturePipe],
|
||||
directives: [BaCard],
|
||||
providers: [],
|
||||
styles: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue