mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 22:48:08 +01:00
pieChart component
This commit is contained in:
parent
945cdb7e4f
commit
1b08462bb9
8 changed files with 181 additions and 1 deletions
|
|
@ -1,13 +1,14 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
import {PopularApp} from './popularApp';
|
||||
import {PieChart} from './pieChart';
|
||||
import {BaCard} from '../../theme/components';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'dashboard',
|
||||
pipes: [],
|
||||
directives: [PopularApp, BaCard],
|
||||
directives: [PopularApp, PieChart, BaCard],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [require('./dashboard.scss')],
|
||||
template: require('./dashboard.html')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue