mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
create bundle for all components
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user