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
πŸ“΅ Create a Cancellable Promise

#js #promise

Create a cancellable promise P with a method cancel such that after we call the method P.cancel(), the promise cannot be resolved now. There should be a way to know that the promise was cancelled and not rejected.


βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ“„ Practices for the Sign-up Flow: Provide instructions for the password field

#guide

Display instructions near the password input field to help users create a password, and provide instant feedback as users type. This makes password creation and the overall sign-up process easier.
πŸ“„ Difference Between Native Federation, Module Federation, and Single-Spa

#info #module_federation #native_federation

βœ… Article link
πŸ‘2
Hello, friends!
As you can see, I'm a Ukrainian software engineer who tries to do volunteer fundraisers to support the Armed Forces of Ukraine. Sometimes it takes a lot of time and I am not able to maintain this channel for you. Please help me close these fundraisers because without the Ukrainian army there will be nothing Ukrainian. Thank you very much!

πŸ’΅ FOR Ukraine:
https://send.monobank.ua/jar/5TvPibajtR
5375 4114 1222 8582

🌎 FOR ALL DONATS:

πŸ’΅ SWIFT code: UNJSUAUKXXX

πŸ’΅ PayPal: luckystudydanit@gmail.com

My profile with reports after closing fundraiser :
https://www.facebook.com/volunt2erua/

also all reports in our πŸš€ channel:
https://t.me/toxicc_squad
Please open Telegram to view this post
VIEW IN TELEGRAM
❀1
πŸ“„ Practices for the Sign-up Flow: Allow users to make the password visible

#guide

By offering the option to show the entered password, users can check their input, which reduces the chances of typing errors.
❀️🈯️ Angular & NodeJs: Integrating Google Login

#angular #nodejs #google #auth #guide

βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ“„ Practices for the Sign-up Flow: Provide clear and specific error messages

#guide

When a user enters something incorrectly in an input field or misses a required field, the error message should indicate where the error occurred and how to resolve it. Otherwise, the user has to guess which information was entered incorrectly and why it was wrong.