Skip to content

Instantly share code, notes, and snippets.

@johnpapa
Last active April 13, 2020 10:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnpapa/5968d567c4450ab786f324980ab07b46 to your computer and use it in GitHub Desktop.
Save johnpapa/5968d567c4450ab786f324980ab07b46 to your computer and use it in GitHub Desktop.
Angular Fundamentals Workshop Setup Instructions

Angular Fundamentals

Do you want to get a jumpstart on developing with Angular so you can build robust Web applications? Learn how to work with data binding, create components, and communicate across components with input/output bindings. You'll learn how to abstract logic into client-side services, provide services using the Angular injectors, and take advantage of dependency injection. When it's time to communicate with a server, you'll need to talk over HTTP. We'll learn how to send and receive data to and from a server using Http and use RxJS and observables.

You'll also learn how to get up and running quickly with the Angular CLI. Bring your laptop, as you’ll be writing Angular code using what you learn in several hands-on exercises.

What you'll learn

Learn about the Angular framework, the requirements to getting started, and the basic of TypeScript.

  • Angular CLI
  • Modules
  • Components and Templates
  • Binding and Directives
  • Services, providers and injectors
  • Http
  • RxJS
  • Routing - lazy and eager loading
  • routing parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment