欢迎吐槽 前言 angular.cn教程中用的是systemjs加载器,那用webpack应该怎么配置呢?本文 demo: https://github.com/LeventZheng/angular2-practice-colloection ( 非本人,而是群里大神共享的一份资料,感谢 ).webpack通过这份文件能实现:typescript转码,html.css.图片加载,less支持,区分开发环境,热更新,启动浏览器自动打开. 文件结构 如何引入 // 组件中@Component te…