One Comment

  1. Good post — I liked that this wasn’t just “here’s the final code,” but an actual step-by-step evolution from mock JSON data to a real backend.

    The part where you stop loading all articles into memory and switch to fetching only the category-specific articles is probably the most important design improvement in the whole article. That’s the kind of detail beginners usually miss.

    Also, tiny thing I noticed while reading:
    `getArticle()` in the Angular service uses `/articles/articleId/{id}`, but the controller example shows `/articles/id/{id}`. That may trip someone up if they follow the code literally.
    I also think the signal length checks should probably call the signal first (`this.$categories().length`).

    Still, very practical write-up overall.

Leave a Reply to Müslim Yılmaz Cancel reply

Your email address will not be published. Required fields are marked *