Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 375 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 375 Bytes

Angular 2 Directive and State save DEMO

Example of using Observer and Directive

Get the demo

Clone this repo into new project folder (e.g., my-proj).

git clone  https://github.com/2union/Angular2DirectiveNStateDemo my-proj
cd my-proj

Install the npm packages described in the package.json and verify that it works:

npm install
npm start