I am new to angular 2 and I would like to understand how I should install the paperjs library in my angular2 client. Should I just type npm install paper? This doesn't seem to include paperjs in my app. Should I just include it using the <script> tag? Please help me understand how I should approach this problem.
How to use angular2 with paperjs?
617 views Asked by Mark At
1
this question was answered before here I did the following to get it working:
In systemjs.comfig.js add a map for paper
In the component
Note for Ionic2 users: You can skip the systemjs.config.js part.