mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-20 06:58:08 +01:00
calendar compoment
This commit is contained in:
parent
8fe294bd34
commit
0381585a0d
9 changed files with 862 additions and 2 deletions
|
|
@ -7,12 +7,13 @@ import {UsersMap} from './usersMap';
|
|||
import {LineChart} from './lineChart';
|
||||
import {Feed} from './feed';
|
||||
import {Todo} from './todo';
|
||||
import {Calendar} from './calendar';
|
||||
import {BaCard} from '../../theme/components';
|
||||
|
||||
@Component({
|
||||
selector: 'dashboard',
|
||||
pipes: [],
|
||||
directives: [PopularApp, PieChart, TrafficChart, UsersMap, LineChart, Feed, Todo, BaCard],
|
||||
directives: [PopularApp, PieChart, TrafficChart, UsersMap, LineChart, Feed, Todo, Calendar, BaCard],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [require('./dashboard.scss')],
|
||||
template: require('./dashboard.html')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue