I'm trying to use an external library in my Angular2 application (https://justindujardin.github.io/ng2-material/)
- I npm installed the package
- I imported directives in my TS file
And then it is not working, I have the following error :
system.src.js:4935 GET http://localhost:5000/ng2-material/all 404 (Not Found)
It seems to be a SystemJS error, but what can I do to make the directives working?