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
πŸ€“ NgRx Action Group Creator

#angular #ngrx #createActionGroup

🚩 > NgRx v13

βœ… Article link: https://dev.to/ngrx/ngrx-action-group-creator-1deh
πŸ“„ JS Generators: Practical Example - Infinite Scrolling

#js #generators #yield

// CSS code
.post {
height: 300px;
}

// HTML code
<div id="postsContainer"></div>


βœ… Article link: https://blog.stackademic.com/dont-be-afraid-of-javascript-generators-15c998aea652
πŸ§ͺ Matching in JavaScript

#js #match

Pattern matching allows you to match against the shape and contents of a value in a single expression. It provides a more concise alternative to chained if-else statements and switch cases.

🚩 JS PROPOSAL

βœ… Article link: https://medium.com/@techsuneel99/goodbye-if-else-hello-pattern-matching-in-javascript-proposal-e8682458d863
πŸ”₯1
πŸ€“ Tree Shaking in Angular.

#angular

βœ… Article link: https://venuvudu.medium.com/tree-shaking-in-angular-63a34e7384fd
πŸ”₯1πŸ‘1
πŸ§ͺ New Angular 17 feature: deferred loading

#angular #html #controlFlow

🚩 > Angular v17.0.0-next.8

βœ… Article link: https://itnext.io/new-angular-17-feature-deferred-loading-156d472b008b

🎁 Code link: https://github.com/gergelyszerovay/angular-17-deferred-loading
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘1πŸ”₯1