Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 856 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 856 Bytes

Angular Hello World

This is an Angular hello world application that demonstrates data binding and RxJS observables. It includes debounced user input and a message service that recycles ongoing requests. View a demo of the application at https://trevorkarjanis.github.io/angular-hello-world.

This project was built with Angular and Angular CLI version 9.0.0-next.0.

Prerequisites

Run npm install.

Usage

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

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.