An open API service indexing awesome lists of open source software.

https://github.com/trevorkarjanis/angular-hello-world

This is an Angular hello world application that demonstrates data binding and RxJS observables.
https://github.com/trevorkarjanis/angular-hello-world

angular data-binding hello-world rxjs

Last synced: about 1 year ago
JSON representation

This is an Angular hello world application that demonstrates data binding and RxJS observables.

Awesome Lists containing this project

README

          

# 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](https://trevorkarjanis.github.io/angular-hello-world).

This project was built with [Angular](https://angular.io/) and [Angular CLI](https://github.com/angular/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](https://github.com/angular/angular-cli/blob/master/README.md).