https://github.com/marc0x71/rxjs-test
https://github.com/marc0x71/rxjs-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marc0x71/rxjs-test
- Owner: marc0x71
- Created: 2024-04-22T09:50:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T10:19:43.000Z (about 1 year ago)
- Last Synced: 2024-04-23T13:25:19.751Z (about 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prove RxJS
## Preparazione
Inizializzazione ```npm```
```bash
mkdir rxjs-test && cd rxjs-test
npm init --yes
npm i -D typescript ts-node parcel
npm i rxjs
```
Creare un file ```index.html``` come segue
```html
RxJS - Test
RxJS - Test
Click me!