mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 08:54:06 +01:00
KameleonPicture -> BaKameleonPicture
This commit is contained in:
parent
33b75eca35
commit
1224cf17db
6 changed files with 8 additions and 8 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import {Component, ViewEncapsulation} from '@angular/core';
|
||||
|
||||
import {BaCard} from '../../../../theme/components';
|
||||
import {KameleonPicturePipe} from '../../../../theme/pipes';
|
||||
import {BaKameleonPicturePipe} from '../../../../theme/pipes';
|
||||
import {IconsService} from './icons.service';
|
||||
|
||||
@Component({
|
||||
selector: 'icons',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
directives: [BaCard],
|
||||
pipes: [KameleonPicturePipe],
|
||||
pipes: [BaKameleonPicturePipe],
|
||||
providers: [IconsService],
|
||||
styles: [require('./icons.scss')],
|
||||
template: require('./icons.html'),
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<ba-card title="Kameleon SVG Icons" baCardClass="with-scroll">
|
||||
<div class="row clearfix">
|
||||
<div class="kameleon-row" *ngFor="let icon of icons.kameleonIcons">
|
||||
<div class="kameleon-icon"><img src="{{ (icon.img | kameleonPicture )}}"><span>{{ icon.name }}</span></div>
|
||||
<div class="kameleon-icon"><img src="{{ (icon.img | baKameleonPicture )}}"><span>{{ icon.name }}</span></div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="http://www.kameleon.pics/" target="_blank" class="see-all-icons">See all Kamaleon icons</a>
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
<ba-card title="Icons With Rounded Background" baCardClass="with-scroll">
|
||||
<div class="row clearfix">
|
||||
<div class="kameleon-row" *ngFor="let icon of icons.kameleonRoundedIcons">
|
||||
<div class="kameleon-icon with-round-bg {{ icon.color }}"><img src="{{ ( icon.img | kameleonPicture ) }}"><span>{{ icon.name }}</span></div>
|
||||
<div class="kameleon-icon with-round-bg {{ icon.color }}"><img src="{{ ( icon.img | baKameleonPicture ) }}"><span>{{ icon.name }}</span></div>
|
||||
</div>
|
||||
</div>
|
||||
<a href="http://www.kameleon.pics/" target="_blank" class="see-all-icons">See all Kamaleon icons</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue