DEV Community

# angular

One of the world's most popular frontend JavaScript frameworks.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Differences Between ReactJS, AngularJS, and VueJS: A Comparative Analysis

Differences Between ReactJS, AngularJS, and VueJS: A Comparative Analysis

1
Comments
3 min read
Difference between Promises and Observables.

Difference between Promises and Observables.

5
Comments 3
2 min read
AngularJS for Beginners

AngularJS for Beginners

Comments 2
4 min read
Episode 23/23: Hydration in Angular, Angular Community Meetup

Episode 23/23: Hydration in Angular, Angular Community Meetup

3
Comments
2 min read
Why and When to Choose Angular

Why and When to Choose Angular

2
Comments
2 min read
Mastering Angular UI: Unlocking the Power of Ng Zorro

Mastering Angular UI: Unlocking the Power of Ng Zorro

7
Comments 2
4 min read
Angular Code Structuring and Best Practices!

Angular Code Structuring and Best Practices!

24
Comments 1
3 min read
Structural Directives:

Structural Directives:

1
Comments
2 min read
Which JavaScript Framework is Right for You?

Which JavaScript Framework is Right for You?

Comments 1
8 min read
Angular Form Validation

Angular Form Validation

7
Comments 2
5 min read
Why I like the "Built-In Control Flow" idea

Why I like the "Built-In Control Flow" idea

5
Comments
4 min read
Adding Event Listeners outside of the NgZone

Adding Event Listeners outside of the NgZone

2
Comments
4 min read
Setup Angular, Firebase Functions and Shared TS types in NX Monorepo

Setup Angular, Firebase Functions and Shared TS types in NX Monorepo

7
Comments 3
5 min read
Cómo prevenir el abandono accidental de una ruta gracias a la guarda canDeactivate

Cómo prevenir el abandono accidental de una ruta gracias a la guarda canDeactivate

2
Comments
5 min read
Angular 16 with Vite

Angular 16 with Vite

17
Comments
1 min read
Angular Data Binding — What is it?

Angular Data Binding — What is it?

Comments
3 min read
Getting Started with Angular: Routing

Getting Started with Angular: Routing

1
Comments
6 min read
Implementing a Material Angular Theme Switching Component

Implementing a Material Angular Theme Switching Component

2
Comments
3 min read
Building a Photography site in Angular

Building a Photography site in Angular

5
Comments 1
1 min read
A Comprehensive Guide to Testing Angular apps

A Comprehensive Guide to Testing Angular apps

3
Comments
5 min read
Harnessing the Power Strictly Typed Forms in Angular: A Simple Tutorial

Harnessing the Power Strictly Typed Forms in Angular: A Simple Tutorial

15
Comments
2 min read
Angular HTTP calls using Angular Service

Angular HTTP calls using Angular Service

6
Comments 3
5 min read
The basic commands in Angular

The basic commands in Angular

Comments
1 min read
Comandos básicos em Angular

Comandos básicos em Angular

4
Comments
1 min read
How to convert HTTP Response from Observable to Angular signal with toSignal

How to convert HTTP Response from Observable to Angular signal with toSignal

12
Comments 9
6 min read
Angular Testing in 2023 - Past, Present, and Future

Angular Testing in 2023 - Past, Present, and Future

94
Comments 17
7 min read
The Power of Angular @Input and @Output Decorators: A Comprehensive Overview

The Power of Angular @Input and @Output Decorators: A Comprehensive Overview

4
Comments
5 min read
Using browser Speech Synthesis capabilities (on an Angular App)

Using browser Speech Synthesis capabilities (on an Angular App)

4
Comments
3 min read
Difference between ngOnChanges vs ngOnInit in angular component

Difference between ngOnChanges vs ngOnInit in angular component

Comments
1 min read
Build a reactive split-flap display with Angular

Build a reactive split-flap display with Angular

11
Comments
5 min read
Angular Guide for Beginners: Fetching Data from an API, Handling Errors, and Efficiently Managing Loading State

Angular Guide for Beginners: Fetching Data from an API, Handling Errors, and Efficiently Managing Loading State

37
Comments 1
5 min read
Angular component - basics of properties

Angular component - basics of properties

3
Comments
4 min read
The catch in the RxJS catchError

The catch in the RxJS catchError

8
Comments 1
2 min read
Step-By-Step Guide for integrating NgRx State Management with Angular 16!

Step-By-Step Guide for integrating NgRx State Management with Angular 16!

73
Comments 4
5 min read
Episode 23/22: Signal Components, TypeScript 5.1

Episode 23/22: Signal Components, TypeScript 5.1

7
Comments
2 min read
ANGULAR 16 - SIGNALS

ANGULAR 16 - SIGNALS

13
Comments 2
3 min read
The ABCs of Angular : Dependency Injection Provider & Provide Part 2

The ABCs of Angular : Dependency Injection Provider & Provide Part 2

Comments 1
2 min read
Angular Project Mongodb database Connect | Angular Website Project | Angular App

Angular Project Mongodb database Connect | Angular Website Project | Angular App

5
Comments
1 min read
takeUntilDestroyed() - How I got disappointed

takeUntilDestroyed() - How I got disappointed

1
Comments
2 min read
Using CesiumJS with Angular

Using CesiumJS with Angular

1
Comments
4 min read
Using Plotly.js with Angular

Using Plotly.js with Angular

2
Comments
3 min read
Getting Started with Angular: Modules

Getting Started with Angular: Modules

1
Comments
7 min read
Demystifying Angular Route Guards: A Beginner's Guide to Secure Navigation

Demystifying Angular Route Guards: A Beginner's Guide to Secure Navigation

42
Comments 5
6 min read
Getting Started with Angular: First Steps

Getting Started with Angular: First Steps

3
Comments
6 min read
Exploring Angular Signals

Exploring Angular Signals

4
Comments
8 min read
Stop re-implementing ControlValueAccessor

Stop re-implementing ControlValueAccessor

14
Comments 3
4 min read
Angular Addicts #14: Angular v16, Signals and SignalStore, fine-grained change detection & more

Angular Addicts #14: Angular v16, Signals and SignalStore, fine-grained change detection & more

7
Comments
5 min read
Editing/Viewing the data of the File in angular

Editing/Viewing the data of the File in angular

Comments
2 min read
Getting Started with Angular Animations

Getting Started with Angular Animations

Comments
6 min read
Custom Angular Directives: Extending HTML Functionality

Custom Angular Directives: Extending HTML Functionality

4
Comments
4 min read
Desacoplando frontend com module-federation Angular - Parte 2

Desacoplando frontend com module-federation Angular - Parte 2

18
Comments 10
3 min read
Uncluttering Angular Templates: Simplifying Asynchronous Data Loading with ngxLoadWith

Uncluttering Angular Templates: Simplifying Asynchronous Data Loading with ngxLoadWith

3
Comments
2 min read
How to Leverage Signals in Angular Services for Better Data Communication

How to Leverage Signals in Angular Services for Better Data Communication

10
Comments 1
5 min read
The One Mistake Every Angular Developer Makes: Overusing *ngIf

The One Mistake Every Angular Developer Makes: Overusing *ngIf

7
Comments 4
3 min read
Proposal for a framework.json file in Angular applications

Proposal for a framework.json file in Angular applications

Comments
2 min read
Desacoplando frontend com module-federation Angular - Parte 1

Desacoplando frontend com module-federation Angular - Parte 1

16
Comments
3 min read
What is ForwardRef Function in Angular?

What is ForwardRef Function in Angular?

6
Comments
2 min read
How to Setup ESLint and Prettier in an Angular Project

How to Setup ESLint and Prettier in an Angular Project

3
Comments
9 min read
Episode: 23/21: Q&A with the Angular Team, Angular Plus Show, Developer Survey Results

Episode: 23/21: Q&A with the Angular Team, Angular Plus Show, Developer Survey Results

4
Comments
2 min read
Episode 23/20: ng-India, Angular Air with Manfred Steyer

Episode 23/20: ng-India, Angular Air with Manfred Steyer

3
Comments
2 min read
loading...