Tag: angular

Enhancing Two-Way Data Binding In Angular

Enhancing two-way data binding in Angular

Dev

Angular’s two-way data binding has evolved with signals, offering improved performance, simpler syntax, and better type inference.

Alexander Godwin
Nov 14, 2024 ⋅ 6 min read
Working With The Angular Tree: Flat Vs Nested Trees And More

Working with the Angular tree

Dev

The Angular tree view can be hard to get right, but once you understand it, it can be quite a powerful visual representation.

Lewis Cianci
Nov 12, 2024 ⋅ 21 min read
Angular Vs. React Vs. Vue.js: Comparing Performance

Angular vs. React vs. Vue.js: Comparing performance

Dev

React, Angular, and Vue.js are open source frontend JavaScript frameworks for building web applications.

Nefe Emadamerho-Atori
Oct 7, 2024 ⋅ 12 min read
Delivering Angular Apps In Online Vs. Offline Modes

Delivering Angular apps in online vs. offline modes

Dev

This tutorial builds offline and online apps in Angular using service workers, basic browser APIs, and the ng-connection-service package.

Ivy Walobwa
Sep 24, 2024 ⋅ 6 min read
This image features the Angular logo, a stylized "A" inside a red hexagon, which is positioned at the center of a geometric, abstract design. The background consists of various shades of purple and blue, overlaid with concentric circles and lines that emanate from the center, giving a sense of motion or animation. The red circles within the background also suggest movement or transitions, which could symbolize the dynamic nature of route animations discussed in the article. The image relates to the article's focus on Angular route animations, visually emphasizing the importance of transitions and movement within Angular applications. The abstract patterns and use of color gradients give a modern, tech-forward feel, aligning with the idea that animations enhance user experience by adding engagement and fluidity to user interactions within an Angular app.

Learn how to animate transitions in Angular apps

Dev

While animations may not always be the most exciting aspect for us developers, they’re essential to keep users engaged. In […]

Emmanuel Odioko
Sep 11, 2024 ⋅ 9 min read
Hydration Visualization In Angular 18 Using Debugging Tools

Hydration visualization in Angular 18 using debugging tools

Dev

Angular 18’s hydration error visualization boosts application debugging by clearly identifying which components are fully hydrated.

Boemo Mmopelwa
Aug 22, 2024 ⋅ 5 min read
FormGroup And FormControl In Angular

FormGroup and FormControl in Angular

Dev

Use Angular’s `FormGroup` and `FormControl` to build cleaner forms by dividing form controls into form groups.

Nwose Lotanna
Aug 21, 2024 ⋅ 14 min read
Zoneless Change Detection In Angular 18

Zoneless change detection in Angular 18

Dev

Angular v18 introduced an experimental feature called zoneless change detection, eliminating the need for Zone.js.

Yan Sun
Jul 15, 2024 ⋅ 5 min read
Exploring Angular 18's Redirectcommand Class And Let Block

Exploring Angular 18’s RedirectCommand class and @let block

Dev

Angular’s latest update brings greater control over redirects and the ability to define and assign variables within the template.

Lewis Cianci
Jun 19, 2024 ⋅ 6 min read
Signals Vs Ngonchanges For Better Angular State Management

Signals vs. ngOnChanges for better Angular state management

Dev

Angular is evolving in some exciting ways. Explore how signals enhance state management compared to the “old” approach using ngOnChanges.

Lewis Cianci
Jun 7, 2024 ⋅ 6 min read
Server Side Rendering In Angular 16 And Beyond

Server-side rendering in Angular 16 and beyond

Dev

Angular 16 is a major release, introducing powerful improvements to server-side rendering that bring it up to speed with React and Next.js.

Yan Sun
May 15, 2024 ⋅ 8 min read
Understanding Control Flow Syntax In Angular 17

Understanding control flow syntax in Angular 17

Dev

Control flow syntax provides a new, more intuitive way of doing things in Angular. Explore how to use control flow syntax in your projects.

Lewis Cianci
Mar 12, 2024 ⋅ 6 min read