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