All Projects → auth0-blog → Angular2 The New Horizon Sample

auth0-blog / Angular2 The New Horizon Sample

Sample project for Angular 2: The new horizon talk at jQuerySF

Programming Languages

javascript
184084 projects - #8 most used programming language

Angular 2: The new horizon.

This is the sample for the talk Angular 2: The new horizon done at jQuerySF by @mgonto

Running it

Just install node and run npm install and then npm start 💥.

Concepts

In this repository you can learn the following concepts

Services

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

Create your own Component

Check out person-shower to learn how to create your own component. That component is used here

Handling events

Check here how to handle events and then see here how it's implemented.

Use DOM elements

Learn how to reference existing DOM elements here

DOM Properties

Learn how to set DOM properties here

Core directives

Learn how to use Core Directives here

Binding changes

Learn how to handle changes on the properties received here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].