Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 481 Bytes

Angular from Zero to Hero!

This repository is a summary for basic of Angular. It cover these topics:

  • Angular Fundamentals
    • Angular CLI
    • Templates
    • Services
    • Dependency Injection
  • Displaying Data and Handling Events
    • Bindings
    • Pipes
  • Building Re-usable Components
  • Directives

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.