Closed kodermax closed 6 years ago
Why?
Follow the standard ES6 Imports.
You can already do the following:
import Nuxeo from 'nuxeo';
I get error
Which version of the client do you use? Which version of Angular? Do you have a sample project reproducing the error? Or could it be reproduced with a bootstrap project or something?
As Nuxeo is not a TypeScript module, you can do the following (tested on latest Angular version):
import * as Nuxeo from 'nuxeo';
Thanks.
Could you please make export module for import like this.