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
This media is not supported in your browser
VIEW IN TELEGRAM
Improvements in the experimental esbuild support

#angular #esbuild

βœ… Link: https://blog.angular.io/angular-v15-is-now-available-df7be7f2f4c8

In v14 we announced the experimental support for esbuild in ng build to enable faster build times and simplify our pipeline.
In v15 we now have experimental Sass, SVG template, file replacement , and ng build --watchsupport! Please give esbuild a try by updating your builders angular.json from:

"builder": "@angular-devkit/build-angular:browser"

to:

"builder": "@angular-devkit/build-angular:browser-esbuild"
⚠️ Several RxJs Threads in template

#angular #ng_template #async_pipe

🟒 Progress strategy inside

βœ… Link: https://stackblitz.com/edit/angular-http-progress-scope?file=src%2Fapp%2Fapp.component.html