This Observable Tutorial done with TypeScript: https://www.youtube.com/watch?v=ei7FsoXKPl0
Note:
- I did not cover the JS Objects "Map" and "Set".
- I did also cover the mergeMap function for the Promise Example
- I did not succeed to get the sourcemap loader working with Webpack (Help is much appreciated!)
Install dependencies:
npm install
Run
npm run start
for liveserver reload (http://localhost:8081/) and
npm run build
for building the files to the dist folder
Traversy Media
MIT