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
πŸŒπŸ’  Angular 18 SSR docker env

#angular #docker #env #guide

βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
❀️ Trigger Fullscreen Mode for Any Element

#angular #viewChild #guide

βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
πŸ†š A Scalable CSS Architecture for Modern Web Applications

#css #info #guide

The Core Challenge of Scaling CSS

As applications evolve, managing styling consistently becomes even harder. Web projects often face issues like:

β€” Inconsistent UI elements: Without a unified system, different pages or features can drift apart visually.
β€” Hard-to-maintain styles: Styling becomes scattered and unorganized, making future changes tedious and error-prone.
β€” Difficulty in updating themes or branding: Modifying a color or spacing may involve updating hundreds of individual styles.


βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘4
πŸ€“β€οΈ 10 Commonly Made Coding Mistakes in Angular

#angular #guide #info

βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘3
πŸ†š CSS New Features

#css #guide #info

This is a list of the new changes (more details below):

β€” Changes to attr() function: so it can be used with any attribute and in any CSS property (not only on content).

β€” calc-size() function: use intrinsic values such as auto or min-content in calculations.

β€” New first-valid() function to avoid issues with custom properties with invalid values.

β€” New *-mix() family of functions with a new notation for ratios.

β€” New *-progress() family of functions to calculate the progress ratio between a range or within a media or container.

β€” Randomization with new random() and random-item() functions, to return random values from a range or list (finally!)

β€” New sibling-count() and sibling-index() functions that provide integer values to operate depending on the order and size.

β€” New toggle() function for styling nested elements easily cycling over a list of values.

β€” New functional notation for arguments with comma-separated lists of values, to avoid ambiguity with the comma separating the arguments.

β€” New URL modifiers to provide more control over url() requests.

β€” Extension of the position type to allow flow-relative values.


βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘5
❀️ OAuth2 Integration with Angular 18

#angular #OAuth2 #guide

OAuth2 is a popular authorization framework that allows third-party services to authenticate users without sharing credentials. It’s a powerful protocol for securing Angular applications by delegating authentication and authorization to a trusted identity provider like Google, Facebook, or your own backend server.


βœ… Article link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
πŸ“„ Button Design β€” UI component

#info #button #design #guide

βœ… Article Link
πŸ‘1
❀️ Building a Strong Angular Folder Structure

#angular #guide #folders

A well-organized folder structure is essential for developing scalable, maintainable, and efficient Angular applications. It helps teams navigate the codebase easily, promotes reusability, and streamlines the development process.


βœ… Article Link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2
πŸ€“ How to Load file from local in JavaScript

#js #FileReader #guide

βœ… Article Link
πŸ‘3πŸ‘Ž1
πŸ€“ 🚭 ❀️ How to write scss in Angular , using mixins, variables and nesting.

#angular #scss #guide

βœ… Article Link
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘2