/Angular2-data-binding-summary

Different methods of databinding

Primary LanguageHTMLOtherNOASSERTION

Angular 2 Beta - 2-way data binding example

Description

This is a demonstration of Angular 2 way binding using the Beta version.

Usage

Ensure you have installed both Typescript and node.

1: Install packages

npm install

2: Start server (includes auto refreshing) and gulp watcher

npm start

"# Angular2-data-binding-summary"