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
ā¤ļø Kickstart your new Angular project: A step-by-step guide

#angular #tailwind #eslint #jest #cypress #husky #guide

Requirements:

For the purposes of this guide, I’m assuming that you already have the following tools/libraries installed on your machine:

1. Node.js (I’m using v. 20.x.x)
2. Git
3. A code editor (I’m using Visual Studio Code), with ESlint, TailwindCSS IntelliSense extensions.


āœ…
Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
šŸ‘1
🚱 Interview Questions: Implement a debounce anti-shake function

#js #interview #debounce
Please open Telegram to view this post
VIEW IN TELEGRAM
ā¤ļø Multi-Language PDF Export in Angular

#angular #pdf #guide

āœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
šŸ‘1
šŸ“„ Practices for the Sign-up Flow: Keep it simple

#guide

The sign-up form should ask only for essential information. In case the product requires additional information besides an email and a password, split the sign-up flow into several steps.
This media is not supported in your browser
VIEW IN TELEGRAM
Now the administration can receive donations through posts reactions 🌟

One star costs less than one UAH. Update Telegram and support this channel.
Please open Telegram to view this post
VIEW IN TELEGRAM
šŸ“µ Exploring the New JavaScript Feature: Records and Tuples

#js #records #tuples

āš ļø ECMAScriptĀ® 2024 (ES15)

āœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1šŸ”„1
šŸ“„ Practices for the Sign-up Flow: Provide social login methods

#guide

Social login methods make the sign-up process quicker and easier. When users sign up using social login, other essential information such as name and email can be retrieved automatically. Additionally, users will not need to create a password.