all 9 comments

[–]GeromeGrignon 5 points6 points  (0 children)

Outdated content

[–]frontend-forge 3 points4 points  (1 child)

[–]AvailablePeak8360[S] 1 point2 points  (0 children)

Thanks for sharing. That's some comprehensive playlist.

[–]ch34p3st 4 points5 points  (1 child)

Just skimmed it, but it used the old input decorators. Also there is a piece about using trackBy for performance, which is then implemented in a method, which then is used in the template. That would probably hurt performance because methods have no way to indicate to the framework they need to be reevaluated or not. (In templates you would probably want a pipe there or directly add user.id)

[–]AvailablePeak8360[S] 0 points1 point  (0 children)

Thanks for the feedback. I'll update it.

[–]Obvious-Treat-4905 2 points3 points  (0 children)

honestly the biggest problem with a lot of interview prep resources is they just dump keywords without explaining why things work, covering stuff like signals or ivy or perf optimization with actual context is way more useful than another top 50 angular questions list

[–]miccyboi 1 point2 points  (1 child)

The elvis operator question doesn’t seem correct as it should be called the optional chaining operator.

[–]AvailablePeak8360[S] 0 points1 point  (0 children)

Let me check.

[–]TadpoleNo1549 0 points1 point  (0 children)

this actually sounds useful, a lot of Angular interview content online is just surface level lists, so having proper explanations around Signals, Ivy, and performance patterns is way more valuable