I started to learn Angular2 and I want to use ng-bootstrap in my project. However, I could not make a working project. It fails on importing ng-bootstrap. Since I am a begin
I changed the
'ng-bootstrap': { main: 'index.js', defaultExtension: 'js' }
line in systemjs.config.js as
'@ng-bootstrap/ng-bootstrap': { main: 'index.js', defaultExtension: 'js' }
And it worked!