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
πŸ“„ Async generation and iteration

#js #generators

Async generators was a powerful one from ES9.
πŸ“„ Internet connection monitoring in Angular

#angular #rxjs

⚠️ The example is for presentation purposes only and can be refactored.

βœ… Article link
πŸ‘1
πŸ“„ String.raw

#js #string #raw

When I use String.raw I’m saying: Just give me what I give you. Don’t process anything..
πŸ”₯1
πŸ“„Angular: Creating custom structural directives accepting multiple parameters

#angular #directive

As applications grow in size and as the conditions become more complex, instead of stuffing multiple conditions inside a *ngIf or *ngSwitch, we can opt for creating a more cleaner custom structural directive.


βœ… Article link
πŸ‘1πŸ”₯1
πŸ“„ Google Maps in Angular 17: Custom markers

#angular #guide #google #maps

βœ… Article link 🎁 Code link
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯1
πŸ“„ How to Replace RxJS with Signals

#angular #rxjs #signals

βœ… Article link
πŸ‘2
πŸ“„ Angular Design Patterns: Factory Pattern

#angular #patterns #guide

⚠️ The example is for presentation purposes only and can be refactored.

βœ… Article link
πŸ‘2
πŸ€“ Key Security Features in Angular

#angular #DomSanitizer

βœ… Article link
πŸ‘3
πŸ“„ Template local variables with @let in Angular

#angular #let

βœ… Article link
πŸ‘2