# angular4-demo **Repository Path**: wanggs_102/angular4-demo ## Basic Information - **Project Name**: angular4-demo - **Description**: angular4 封装的实例和封装的组件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # angular4-webpack3 ### Example 1. FormBuilder (表单) 2. 表单验证 3. Http 4. 路由 5. 守卫 6. 懒加载 7. Directive (指令) 8. Pipe (通道) 9. 组件通信 10. 依赖注入 ### Component 1. 标签页 2. 折叠 3. 手风琴 4. 百度地图 5. 模态框 6. 分页 ### Usage ```bash # 安装 npm install # 启动 JIT 服务 # url: http://localhost:3000 npm start # 启动 AOT 服务 # url: http://localhost:3001 npm run prod # 打包 AOT 编译项目 npm run build ```