create bundle for all components

This commit is contained in:
Eugenio Romano
2016-12-14 15:49:08 +00:00
parent dfc8a0814c
commit e133fd6408
350 changed files with 8829 additions and 3002 deletions

View File

@@ -17,12 +17,14 @@
import { Injectable } from '@angular/core';
declare let Raphael: any;
@Injectable()
export class RaphaelService {
paper: any;
width: number = 300;
height: number = 400 ;
height: number = 400;
private ctx: any;
constructor() {