Am using accordion with angular-2,but its not working properly,its throwing an error 404, its a third-party plugin named "ng2-accordion".
Path of the package that am giving is correct.
Actual bug in the inspect is given below.
You need to add mapping to your system.js configuration like this:
{
"map": {
"ng2-accordion": "node_modules/ng2-accordion"
},
"packages": {
"ng2-accordion": { "main": "index.js", "defaultExtension": "js" }
}
}