Web Development
Using Material Design In Angular 2
To get started with Angular 2 and Material Design just go through the following steps: 1) Start with a new project setup By following the Angular 2 quickstart tutorial you can set up a new base project structure: |-app --|-app.component.ts --|-app.module.ts --|-main.ts |-index.html |-package.json |-systemjs.config.js |-tsconfig.json [...]
Getting Started With Angular 2 Modules (Using The @NgModule Decorator)
With RC5 the Angular team introduces the concept of modules. Angular 2 Modules help to organize your web application into blocks of functionality. In this video you’ll get a comprehensive introduction to the Angular 2 Modules concept and you’ll learn how to set up a new Angular 2 application using @NgModule. Advantages of [...]
The New & Revised Angular 2 Component Router
With the latest release candidate the Angular 2 component router has been revised completely. In this video you’ll get a brief update of what needs to be done to get going with the new router implementation.
Why Angular 2 Will Be Big in 2016
Back in March 2014 Angular 2 has first been announced by the Angular team. Since then the next version of Google’s popular web application framework has taken a long way and has arrived in beta state on 15th of December 2015. That is a huge step toward the final release and now everybody is able to see what Angular 2 is really [...]
Angular 2 Http Client (Accessing REST Web Services) Quickstart Tutorial 2016
In this video you will learn how to get started with the Angular 2 Http Client. It takes you through the basic steps of setting up an Angular 2 project and including the Http module. It shows you how to configure and host a REST back-end service with Loopback and connecting to that serving by using the Angular 2 Http Client.
Angular 2 Component Router Quickstart Tutorial 2016
In this video you will learn how to get started with the new Angular 2 Component Router. It takes you through the basic steps of setting up an Angular 2 Component Router project, configuring the routing system, creating route components and handling route parameters.
Angular 2 Quickstart Tutorial 2016
In this video tutorial you will learn how to get started with a basic Angular 2 (Beta) project very quickly. It takes you through the basic steps of setting up a project, installing dependencies and implementing and running a simple Angular 2 app.