/observables-example

Demo project showcasing how I use Observables in Angular 🚀

Primary LanguageTypeScript

🕵️‍♀️ How I Use Observables in Angular

This is a demo project to show how I use Observables in Angular. It's not a tutorial, but rather a reference. I hope it helps you too.

📦 Installation

npm install

🚀 Development

npm run start

Open http://localhost:4200 in your browser.

📖 Blog article

I wrote a blog article about this project. You can read it here: How I Use Observables in Angular

🚀 Technologies

  • Angular
  • TypeScript
  • RxJS

🎉 Features

  • Displays a list of users
  • Allows to filter the list of users
  • Sorts the list of users alphabetically

📄 License

This project is licensed under the MIT License