In this installment we'll write an app that retrieves data from a remote OData service and displays it in a data table. But unlike most of web apps that depend on some kind of external storage we're not going to write the query-logic inside the app itsel...
Read more »
Component is one of the essential building block of any Angular app. A component controls a
patch of screen called a view. Components are the main way we build and specify elements and logic on the page,
... (more…)
Read more »
Angular version 4.1.0 - is now available. This is a minor release following our announced adoption of Semantic Versioning , meaning that it... (more…)
Read more »