This is the sample for the talk Angular 2: The new horizon done at jQuerySF by @mgonto
Just install node
and run npm install
and then npm start
💥.
In this repository you can learn the following concepts
Learn how to create and how to inject services.
Check here for the AgeCalculator service creation. Check here on how to make that service injectable and check how it's injected here
Check out person-shower to learn how to create your own component. That component is used here
Check here how to handle events and then see here how it's implemented.
Learn how to reference existing DOM elements here
Learn how to set DOM properties here
Learn how to use Core Directives here
Learn how to handle changes on the properties received here