Skip to content
ashwinirajput edited this page Aug 6, 2017 · 3 revisions

Welcome to the angular4-tutorial-guide wiki!

My First Angular App

In this tutorial you are going to learn how to build Mobile/Desktop app in Angular4.

Topic going to be Covered

project-setup, How to create component, Data Binding,Multiple Component, parent-child relation, Service, Forms(normal,Dynamic), Router,Pipe,Directive,Http,rest-api service,Reusable Listing,Reusable Form,LocalStorage,CookieStorage,auto-session timeOut.

Basic Idea

You'll build a app that has many of the features you'd expect to find in a full-blown, data-driven app: acquiring and displaying a list of details, editing a selected detail, and navigating among different views of data.

You'll learn enough core Angular to get started and gain confidence that Angular can do whatever you need it to do.

Release Date

  1. 5-Aug-2017 (Setup-process, How to create component, Data Binding)
  2. 6-Aug-2017 ( Multiple Component, parent-child relation,router,service)
Clone this wiki locally