plugin provider clean up

This commit is contained in:
nixa 2016-05-17 18:26:49 +03:00
parent 31c7843ab5
commit 491a185cb3
10 changed files with 18 additions and 18 deletions

View file

@ -1,5 +1,7 @@
import {Component, ViewEncapsulation, Input, Output, ElementRef, EventEmitter} from '@angular/core';
import {Chartist} from './baChartistChart.loader.ts';
@Component({
selector: 'ba-chartist-chart',
encapsulation: ViewEncapsulation.None,

View file

@ -1 +1 @@
export const Chartist = require('chartist');