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
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘5
❀️ Stop Using setTimeout in Angular

#angular #setTimeout

What setTimeout Really Does in Angular
In JavaScript, setTimeout queues a task on the macrotask queue to be run after the current call stack clears. In a normal JS app, this is predictable.

But Angular isn’t just JavaScript β€” it uses Zone.js under the hood.

Zone.js monkey-patches setTimeout so Angular can trigger change detection after async operations.

Every time setTimeout fires, Angular knows something changed. So it runs its entire component tree check cycle.


βœ… Article Link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
2πŸ‘4❀1
πŸ€“ 🚭 ❀️ How to write scss in Angular , using mixins, variables and nesting.

#angular #scss #guide

βœ… Article Link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
How do you feel about react.js articles ?
Final Results
57%
βœ… Ok
43%
❌ Not interested
πŸ€“πŸ’™ Screen size change handler in Angular

#angular #BreakpointObserver

βœ… Article Link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
πŸ’™ Tab Form Component | Angular

#angular #dynamic #dynamicComponents

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

βœ… Article Link | 🎁 Code Link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4