angular4-webpack3 Example FormBuilder (表单) 表单验证 Http 路由 守卫 懒加载 Directive (指令) Pipe (通道) 组件通信 依赖注入 Component 标签页 折叠 手风琴 百度地图 模态框 分页 Usage # 安装 npm install # 启动 JIT 服务 # url: http://localhost:3000 npm start # 启动 AOT 服务 # url: http://localhost:3001 npm run prod # 打包 AOT 编译项目 npm run build