Angular πŸ‡ΊπŸ‡¦ - practical notes
1.63K subscribers
1.6K photos
1 file
532 links
Angular - practical notes

This group is for posting practical notes for Angular developers. Mostly all posts are for quick implementation https://t.me/angular_practical_notes (Commenting on posts only in ENG and UA langs here). Welcome!
Download Telegram
πŸ“„ Angular: override child components without ng-deep

#angular #ngDeep

The idea is that nested components should be able to be styled natively but they should not be modified. In other words: Open Closed Principle of SOLID.

βœ… Article link: https://vugar-005.medium.com/angular-override-child-components-without-ng-deep-c76e691082d4

🎁 Example: https://stackblitz.com/edit/stackblitz-starters-lvddww?file=src%2Fpost-list%2Fpost-card%2Fpost-card.component.html
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2