angular-challenges icon indicating copy to clipboard operation
angular-challenges copied to clipboard

Answer:1 - angular content projection

Open alcaidio opened this issue 10 months ago • 1 comments

Checklist for challenge submission

  • [x] Start your PR message with Answer:${challenge_number}

Some notes about the code

  • refactor state services with signal and reduce duplication with a generic service.
  • removal of unnecessary folders
  • use of new syntax (input, output, contentchild, controlflow) angular 17
  • use of ng-content and ngtemplateoutlet with typed context using a directive, inspired by the article of @tomalaforge.
  • one problem: can't use *appItem syntax shortcut (see teacher card)

alcaidio avatar Apr 08 '24 16:04 alcaidio

very good and very complete solution

tomalaforge avatar Apr 14 '24 19:04 tomalaforge