Skip to content
Adarsh Kumar Maurya edited this page Dec 16, 2018 · 4 revisions

Welcome to the getting-started-angular wiki!

Welcome to Angular: Getting Started. In this tutorial, you will learn how to create great web apps and stay up to date on the latest app development technologies, by comimg up to speed quickly with Angular's components, templates, and services. You will get there by learning major topics like to set up your environment, learning about components, templates, and data binding and how they work together, discover how to build clean components with strongly-typed code, as well as building nested components and how to use dependency injection to inject the services you build and how to retrieve data using HTTP, navigation and routing. By the end of this tutorial, you will be up to date on all the latest Angular knowledge and you will be able to use Angular to create great apps in the future. Before you begin, make sure you are already familiar with the basics of JavaScript, HTML, and CSS, and to get the most from this course, it’s helpful to have some exposure to object-oriented programming concepts.

  1. Tutorial Overview
  2. Introduction
  3. First Things First
  4. Introduction to Components
  5. Templates, Interpolation, and Directives
  6. Data Binding & Pipes
  7. More on Components
  8. Building Nested Components
  9. Services and Dependency Injection
  10. Retrieving Data using HTTP
  11. Navigating and Routing Basics
  12. Navigating and Routing Additional Techniques
  13. Angular Modules
  14. Building, Testing, and Deploying with the CLI
  15. Final Words