Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.2 KB

File metadata and controls

23 lines (18 loc) · 2.2 KB

Offering Solutions AngularJS Course (OSAC)

This repository contains material for getting started with AngularJS. It should provide a code base where you can start on learning or teaching AngularJS.

Start

You can start all repositories with npm start. This will execute an npm install and start a lite-server afterwards. A browser should open automatically.

Chapters

  1. Hello World
  2. First Controller
  3. First Controller in a file
  4. Controller-As Syntax
  5. First Module
  6. Databinding, Expressions and Filters
  7. Directives
  8. Components
  9. Events
  10. Services
  11. Forms and Validation
  12. Routing
  13. Testing