-
Notifications
You must be signed in to change notification settings - Fork 49
Importing with Angular 2 #11
Comments
It's the way the module is exported. Do you use the Angular CLI/Webpack/Typescript? |
Yes we do. |
For us it was important to modify the
|
You could also create your own type definitions and include any classes or methods from the module that you need to reference. Then you include it in
|
we have the same problem |
Hi,
|
We have the following problem with using the audi-ui in our Angular 2 project.
Installing via:
npm install @audi/audi-ui
works fine.
After that it is existing in the node_modules folder, and in the package json the following line is added.
"@audi/audi-ui": "^1.0.0-alpha.1",
So importing
import aui from 'audi-ui';
should work, but it doesnt. It returns:
Did someone have the same problem? And how did you solve this issue?
The text was updated successfully, but these errors were encountered: