Skip to content

tangJunGit/ng2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

# 安装
npm install

# 启动 JIT 服务
# url: http://localhost:3000
npm start

# 启动 AOT 服务
# url: http://localhost:3001
npm run prod

# 打包 AOT 编译项目
npm run build

About

webpack3 搭建 Angular 4 项目,以及 demo 实例和封装的组件

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published