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