diff --git a/src/app/pages/dashboard/dashboard.component.ts b/src/app/pages/dashboard/dashboard.component.ts index 57275cd4..696c1862 100644 --- a/src/app/pages/dashboard/dashboard.component.ts +++ b/src/app/pages/dashboard/dashboard.component.ts @@ -5,12 +5,13 @@ import {PieChart} from './pieChart'; import {TrafficChart} from './trafficChart'; import {UsersMap} from './usersMap'; import {LineChart} from './lineChart'; +import {Feed} from './feed'; import {BaCard} from '../../theme/components'; @Component({ selector: 'dashboard', pipes: [], - directives: [PopularApp, PieChart, TrafficChart, UsersMap, LineChart, BaCard], + directives: [PopularApp, PieChart, TrafficChart, UsersMap, LineChart, Feed, BaCard], encapsulation: ViewEncapsulation.None, styles: [require('./dashboard.scss')], template: require('./dashboard.html') diff --git a/src/app/pages/dashboard/dashboard.html b/src/app/pages/dashboard/dashboard.html index 5759744c..88e20f16 100644 --- a/src/app/pages/dashboard/dashboard.html +++ b/src/app/pages/dashboard/dashboard.html @@ -17,30 +17,24 @@