Scala On Cloud

Monday, November 28, 2016

Angular 2 Part 5.3 - HTTP

›
In part 5.3, we are going to fetch our data using HTTP JSON call instead of mock data. There are 5 steps to make it happen: 1. Create a ...

Angular 2 Part 5.2 - Service using Dependency Injector

›
In Part 5.1, we introduced the simplest way to create service. However, this is yet a best solution because we need to create new RacingData...

Angular 2 Part 5.1 - Service

›
Service is used to organize and share code across your app, and they's re usually where you create your data access. In our car part e...

Angular 2 Part 4.3 - Two-way Binding

›
In Part 4.3, I am going to introduce two-way binding where value keeps in sync in Javascript and HTML. In our car part example, I am going...
Tuesday, November 22, 2016

Angular 2 Part 4.2 - Event Binding

›
In Part 4.1, I covered Property Binding and Class Binding. Both is JavaScript to HTML data flow. In Part 4.2, I am going to introduce Even...

Angular 2 Part 4.1 - Property and Class Binding

›
In Part 4, we are going to demonstrate binding in Angular. There are 3 different ways that data can flow (bind): JavaScript to HTML - Like...

Angular 2 Part 3.3 - Model & Mock

›
In TypeScript, we can use classes to model our data. This helps us specify class property types that help our compiler ensure we're writ...
‹
›
Home
View web version
Powered by Blogger.