Angular2-Webpack-Typescript - 3rd party libraries
问题 I've started with a beautiful seed project: https://github.com/AngularClass/angular2-webpack-starter And I've stuck with using 3rd-party modules.Can someone help/explain how to properly add/use external modules to this project? For example, I'm adding 'immutable' using: npm install immutable --save After that, I'm trying to link that module inside a component: import * as immutable from 'immutable'; import {List} from 'immutable'; import Immutable = require('immutable'); Nothing helps, it