yeah but there is a Problem : To Use Scripts in Angular2 you have to put it directy into the root HTML File. Angular2 is Component based and the components are not allowed to render scripts for security reasons. Is the a way to get an unminfied script to extract it and put it in a TypeScript file ? I am willed to put in in a GitHub Repo and send it to you so you can use it and give it the community ?
Answers
we have a JavaScript API, you can see the documentation here:
http://docs.oneall.com/api/
Regards,
yeah but there is a Problem : To Use Scripts in Angular2 you have to put it directy into the root HTML File.
Angular2 is Component based and the components are not allowed to render scripts for security reasons.
Is the a way to get an unminfied script to extract it and put it in a TypeScript file ?
I am willed to put in in a GitHub Repo and send it to you so you can use it and give it the community ?
Greetings