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.
- Host: GitHub
- URL: https://github.com/trevorkarjanis/angular-hello-world
- Owner: TrevorKarjanis
- License: mit
- Created: 2019-08-01T22:03:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T16:36:09.000Z (over 3 years ago)
- Last Synced: 2025-05-07T11:18:20.086Z (about 1 year ago)
- Topics: angular, data-binding, hello-world, rxjs
- Language: TypeScript
- Homepage:
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 5
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).