mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-01 07:08:49 +01:00
feat(dependencies): update angular to 2.4.3. DLL Integration
This commit is contained in:
parent
4112676ae9
commit
ea7342008a
21 changed files with 175 additions and 135 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
} from '@angular/core';
|
||||
|
||||
import * as Chartist from 'chartist';
|
||||
import 'style!./baChartistChart.scss';
|
||||
import 'style-loader!./baChartistChart.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'ba-chartist-chart',
|
||||
|
|
@ -24,7 +24,7 @@ export class BaChartistChart {
|
|||
@Input() baChartistChartClass:string;
|
||||
@Output() onChartReady = new EventEmitter<any>();
|
||||
|
||||
@ViewChild('baChartistChart') public _selector:ElementRef;
|
||||
@ViewChild('baChartistChart') public _selector: ElementRef;
|
||||
|
||||
private chart;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import {Component, ElementRef, HostListener, ViewEncapsulation} from '@angular/c
|
|||
import {GlobalState} from '../../../global.state';
|
||||
import {layoutSizes} from '../../../theme';
|
||||
|
||||
import 'style!./baSidebar.scss';
|
||||
import 'style-loader!./baSidebar.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'ba-sidebar',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue