Enhancing two-way data binding in Angular - LogRocket Blog
Signals in Angular enhance two-way data binding, offering a more effective alternative to @Input and @Output decorators.
Search by field that contains button and mat-menu not showing inside of table
Integrate Search by field button within app-table-actions for proper alignment with Filter Tags.
Verify HTML structure to avoid display issues.
Using CSS classes inside `innerHTML` in an Angular component without losing emulated encapsulation
Angular's Emulated encapsulation style prevents CSS from affecting dynamically generated elements; changing encapsulation can lead to unwanted global styles.
Building a successful product requires iterative development and strong communication within teams and with customers, rather than aiming for a mythical perfect version.
Angular 18.2 introduces TypeScript isolatedModules, improving production build times by up to 10%.
The new bundling strategy optimizes TypeScript code constructs during transpilation.
JetBrains JavaScript Days 2023
JetBrains JavaScript Days 2023 focused on practical insights in Angular, AI integration, TypeScript, ECMAScript, React, JavaScript tooling, and view transitions.
Speakers emphasized adaptability, user-centric design, and pragmatic approaches to web development challenges.
Using isolatedModules in Angular 18.2
Angular 18.2 introduces TypeScript isolatedModules, improving production build times by up to 10%.
The new bundling strategy optimizes TypeScript code constructs during transpilation.
JetBrains JavaScript Days 2023
JetBrains JavaScript Days 2023 focused on practical insights in Angular, AI integration, TypeScript, ECMAScript, React, JavaScript tooling, and view transitions.
Speakers emphasized adaptability, user-centric design, and pragmatic approaches to web development challenges.
Under-the-hood details of Angular's new event delegation system enable fine-grained hydration and performance improvements.
Ngrid with Shlomi Assaf - AiA 408 - Adventures in Angular
Ngrid was built due to the need for an opensource customizable grid after facing issues with nggrid.
Shlomi emphasizes the importance of community contributions and highlights the challenges faced while building ngrid.
ng-conf 2024 Report
Improvement in Angular framework features like standalone components, control flow, signals. Ivy-enabled features are becoming more mainstream.
Angular conference facing challenges with smaller attendance and fewer sponsors.
Getting Started with an Angular App in 2024
Creating an entity component in Angular with Bit allows for maintainable code with validation logic and unit tests.
Node.js functions created with Bit can facilitate the development of backend functionalities like fetching articles.
Understanding Dependency Injection and Services in Angular
Dependency Injection is fundamental in Angular for flexibility, maintainability, and testability.
Using Dependency Injection in Angular makes components more modular, highly testable, and flexible.
Enjoy rich integral types of .NET and overcome the 53-bit limitation of JavaScript
Using JS Doc comments to hint data range for TypeScript interfaces in JavaScript clients.
Utilize string object for large integral numbers in JavaScript request and response payloads.
Customize serialization/binding for specific integral types in ASP.NET Core Web API.
Material 3 Experimental Support in Angular 17.2
Material 3 theming is now available as experimental support in Angular 17.2
Material 3 themes are based on design tokens implemented as CSS custom properties, making it easier to override the theme without increasing CSS selector specificity.
components/src/youtube-player at main angular/components
Material Design components for Angular are available in the components/src/youtube-player directory.
The directory contains code for YouTube player functionality within an Angular application.
@mgechev on Threads
Angular expertise
Opinions are my own
GitHub - mgechev/update-guide-generator: Small utility that generates the update guide for Angular between specified versions
Generates update guides for Angular
Useful tool for developers working with Angular
Integrating @ngrx/translate with Angular Standalone API: A Step-by-Step Guide
Language localization is important for creating user-friendly applications
@ngrx/translate is a powerful tool for managing translations in Angular
Analog.js vs. Next.js vs. SolidStart: Comparing modern meta-frameworks - LogRocket Blog
Analog.js, Next.js, and SolidStart are meta-frameworks built on existing JavaScript frameworks.
Analog.js extends Angular.js, Next.js focuses on server-side rendering in React, and SolidStart enhances SolidJS with improved application structure and development tools.
Angular version 17 introduces a new declarative block template syntax that simplifies control flow and improves performance.
The new syntax separates conditional statements from components, making them easier to follow and improving type-checking, bundle size, and performance.
Angular v18 is now available!
Experimental support for zoneless change detection in Angular, which improves performance and developer experience.
Angular 17, a Brand New Look
Angular version 17 introduces a new declarative block template syntax that simplifies control flow and improves performance.
The new syntax separates conditional statements from components, making them easier to follow and improving type-checking, bundle size, and performance.
Angular v18 is now available!
Experimental support for zoneless change detection in Angular, which improves performance and developer experience.
Angular has been evolving based on developer feedback and community trends.
The results from the Angular developer survey have been highly influential in shaping the prioritization process for Angular.
Angular Developer Survey 2023
Angular has been evolving based on developer feedback and community trends.
The results from the Angular developer survey have been highly influential in shaping the prioritization process for Angular.
Tour of Heroes: MAUI, with ASP.NET Core 8 Backend
The 'Tour of Heroes' app is a tutorial app for Angular 2+ that demonstrates functional and technical features of building a real-world business application.
This series of articles explores the experiences of building the 'Tour of Heroes' app on different frontend development platforms, including Angular, Aurelia, React, Vue, Xamarin, and MAUI.
WebStorm 2023.3: Improvements for Angular, Vue, and Svelte, AI Assistant, New Testing Functionality, and More | The WebStorm Blog
WebStorm 2023.3 includes improvements for Angular, Vue, and Svelte
New features and improvements for JavaScript, TypeScript, and CSS
What's New in Server Side Rendering: React vs Angular vs Vue
Server-side rendering (SSR) is a technique that improves page load times, performance, and SEO by rendering web pages on the server.
Angular has made advancements in SSR, including non-destructive hydration and plans to integrate SSR into their CLI.
Using defer in Angular 17 to implement lazy loading - LogRocket Blog
Lazy loading is a strategy used in software development to defer loading content until it is needed.
Splitting up larger applications and only loading the required parts improves user experience and reduces loading time.
Zoneless change detection in Angular 18 - LogRocket Blog
Angular v18 introduced zoneless change detection, eliminating the need for Zone.js, resulting in faster renders, smaller bundles, and simpler debugging.
Figma to Angular: Convert Designs to Clean Angular Code in a Click
Figma and Angular are popular tools for UI design and development.
Visual Copilot by Builder.io streamlines Figma to Angular code conversion with AI for efficient development.
Visual Copilot ensures responsive design and supports multiple frameworks and styling libraries for versatile integration.
Exploring Angular 18's RedirectCommand class and @let block - LogRocket Blog
Angular's rapid release cycle introduces quality-of-life improvements like the RedirectCommand class for better redirect control and variable declaration within the view.