Closed ladvishal1985 closed 7 years ago
It should be
import AVS from 'alexa-voice-service';
If you are using SystemJS with jspm, that will be sufficient.
If you are using SystemJS via npm and have a systemjs.config.js file, you will want to add an entry to the "map"
section.
There is an @types
package being worked on.
How to import in Typscript project like Angular2. I am using systemjs and we try to use this example for a POC. Would you be able to guide me on correct way to import in Angular2