A example project for tutorial.
Clone the repository, install the dependency and run:
git clone https://github.com/Mavlarn/angular2-forms-tutorial
cd angular2-forms-tutorial
npm install
npm start
该项目包含几个有关Angular2表单的实例,分别用下面的tag打了标签:
- template-driven
- model-driven
可以使用下面的方法获取相关实例的代码:
git checkout template-driven