�迁移到 �https://kunl-angular-demos.stackblitz.io/ 本项目不再更新,可以继续在 issues 讨论
- Dynamic create NgModule(动态创建模块)
- BaiduMap(百度地图)
- Lazyload router(懒加载路由)
- children router(多级路由)
- http demo(http 请求)
Clone this repo into new project folder (e.g., my-proj).
git clone https://github.com/kunl/ng2.git my-proj
cd my-projSee npm and nvm version notes above
Install the npm packages described in the package.json and verify that it works:
npm install
npm run devThe npm run dev command first compiles the application and run webpack-dev-server,
Both the compiler and the server watch for file changes.
Shut it down manually with Ctrl-C.
You're ready to write your application.
npm scripts defined in the package.json:
npm build- runs the ngc and webpack compiler to build the program.npm run dev- runs the webpack-dev-server and watch all files