Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Component Driven Development using angular 1.5
Rating: 4.1 out of 5(157 ratings)
11,425 students

Component Driven Development using angular 1.5

Single Page Application (SPA) using components.
Last updated 5/2017
English

What you'll learn

  • Develop a single page application using angular components

Course content

1 section9 lectures30m total length
  • Introduction0:27
  • Setup4:44

    Set up an angular 1.5 project by configuring dependencies, creating a package, organizing local folders, and running scripts via the command prompt to install and verify the setup.

  • First Component1:36
  • Components3:55
  • Routing2:51
  • User List Component6:14
  • User Component2:57
  • User Detail Component6:26
  • Summary1:33

    Learn to build a working app by wiring components with bindings and a router. Convert an existing app into components and write unit tests.

Requirements

  • Basic Javascript

Description

A new way of developing angular 1.x applications using components. Components stripped away lot of scope related complexities and made development more fun. Components are major building blocks of Angular 2, learning how to write components will also help you in migrating your existing angular 1.x application to Angular 2. I named this course Component Driven Development as we will be writing only components and coupling them together to build a complete SPA.

Who this course is for:

  • Web developer with knowledge on html and javascript