Angular Munich – Telegram
Angular Munich
179 subscribers
554 photos
41 videos
9 files
705 links
Stay up to date with Angular Framework ;-)

Need more: https://linktr.ee/ngxsamurai
Download Telegram
For example, refer to the 1st code snippet attached below

• inject() functions solve another big problem that we face while extending other classes,
if we use a constructor for injecting dependency in the Parent class means, then the Child class which is extending it also required to pass these dependencies as an argument to the super() method, so here just to avoid the javanoscript error we are forced to inject those dependencies which we will never gonna use in the Child class.Refer to the 2nd code snippet attached below for better understanding

we can avoid this issue by using the inject() function for dependency injection, since we are using inject() for dependency injection, the constructor itself is not required.

inject() function is available in angular for a long time, but its usage was limited only to have it inside services and factory providers (useFactory) while creating any dependencies, but now, since from Angular v14, we can use inject() inside component/directive/pipes also.

more
👍2
Who you are as #angular #developer?

> nerd -> normal guy (you always use "ng new") -> 👨🏻‍🎤
> ninja -> standalone:true -> 🥷🏼
> kamikaze -> module federation -> 🤦🏻‍♂️
> voodoo ppl, magic ppl -> extract ng vs. webpack -> 🧙🏻‍♂️

need more? write the comment!

#angular #frontend #developer #webpack #angularjs #typenoscript #javanoscript
Affected Devices

Here below we have mentioned all the Apple devices that are affected by this zero-day:-

- All iPhone models starting from the iPhone 8
- All iPad Pro models
- All iPad Air models starting from the iPad Air 3rd generation
- All iPad models starting from the iPad 5th generation
- All iPad models starting from the iPad mini 5th generation

The following versions of Apple’s software have been updated to address this zero-day vulnerability:-

- iOS 16.1
- iPadOS 16


[read more]