Angular & RxJS - Seeking suggestions on the best practices & code refactor

53 Views Asked by At

I created a mini app which shows the Continent & the Country selections. just to practice RxJS concepts. (You can checkout to ng-conf/learn-rxjs-01 branch on https://stackblitz.com/edit/stackblitz-starters-hvcdxw to experience the app).

enter image description here enter image description here enter image description here

I believe that I refactored the entire app to its best. But I still want to know if there is anything that I could enhance in the app [index.html, AppComponent - View & Model, models.ts files] to provide an optimal app performance & developer experience?

0

There are 0 best solutions below