Angular Stream
55 subscribers
21 photos
271 links
Angular news, events, videos etc.
If you want to recommend a post please write @hobbyts911
Download Telegram
It is not a secret that Angular is changing, sometimes if you are not following those changes and you will work on some new project you will be confused)
Angular introduced function based App Config and here you will see an example how Interceptor logic has been migrated to this new approach, still having the possibility to keep you class based implementations:

https://justangular.com/blog/migrate-angular-interceptors-to-function-based-interceptors
Who already decided to move their Angular projects from Observables to signals? Here are some tips on what to expect in some specific scenarios.

https://dev.to/mfp22/10-tips-for-scaling-signals-1nap

#angular #v17 #signals #ngrx #rxjs
Recommend to follow Net Basal on any platforms. Met him first while implementing state management system called Akita. Lots of advanced topics mostly in Angular and many more.

https://netbasal.medium.com/

#angular #advanced
Усім привіт. Сьогодні хочу поділитись відео, але загалом україномовним каналом на котрий ви обов'язково маєте підписатись якщо ви і далі плануєте розвиватись в JS/TS та у суміжних технологіях.

https://www.youtube.com/live/UbYjexMO8zw?si=h7G3wRBO-3K6AScE

І також телеграм канал: https://t.me/node_recipes

#js #ts #advanced #tips #resources
Для тих хто шукає різних рішень оптимізації веб застосунків рекомендую блог Smashing Magazine де є багато статей та на цю тематику, але будьте уважні, адже технології не стоять на місці тому звертайте увагу на дату публікації та пошук альтернативних більш сучасних рішень.

https://www.smashingmagazine.com/2016/12/gpu-animation-doing-it-right/

#advanced
Check out Angular Challenges. It might be interesting for those who who lack some practise and way how to implement some stuff in Angular.

#angular #tips

https://angular-challenges.vercel.app/
Full Stack developement can be easier with monorepos like you can see on the picture. Of course the most popular is NX, but Lerna & TurboRepo from Vercel are to consider in future.

https://monorepo.tools/

#tips
If you want to use Headless UI components in your projects instead of libraries like material you can use both
https://www.spartan.ng/documentation/installation
and
http://angularprimitives.com/
But make sure this will cover all your needs, because it is far from feature set regular libraries has, especially for big projects.

#angular #ui