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.
Angular + Bazel: Getting ready!

Angular + Bazel: Getting ready!

56
Comments 13
8 min read
Let’s use Angular Console!

Let’s use Angular Console!

43
Comments
12 min read
Using i18n Translations within Stencil Components

Using i18n Translations within Stencil Components

11
Comments 1
3 min read
🤯 More to Media Queries than meets the eye 👁️ (in JavaScript example with Vue.js)

🤯 More to Media Queries than meets the eye 👁️ (in JavaScript example with Vue.js)

12
Comments 3
2 min read
State Management with NGRX - Introduction

State Management with NGRX - Introduction

59
Comments 4
7 min read
How to use CSS variables with Sass Mixins

How to use CSS variables with Sass Mixins

18
Comments 1
5 min read
How can do for common view properties (generic list)?

How can do for common view properties (generic list)?

7
Comments
1 min read
How to use Bootstrap Modals in Angular in separate components

How to use Bootstrap Modals in Angular in separate components

10
Comments
3 min read
Better frontend development with inspiration from the culinary world

Better frontend development with inspiration from the culinary world

98
Comments 11
5 min read
Building Text-Based Games with Compromise NLP

Building Text-Based Games with Compromise NLP

17
Comments
8 min read
CanDeactivate: Confirmando se o usuário deseja abandonar a página e descartar alterações

CanDeactivate: Confirmando se o usuário deseja abandonar a página e descartar alterações

15
Comments
3 min read
Translucent Tabs in Ionic 4

Translucent Tabs in Ionic 4

18
Comments 4
3 min read
[Pro Tip] `npm link` explained 🎉

[Pro Tip] `npm link` explained 🎉

34
Comments 7
1 min read
Building an enterprise-grade Angular project structure

Building an enterprise-grade Angular project structure

111
Comments 2
6 min read
#discuss What is the benefit of React/Angular/VueJS?

#discuss What is the benefit of React/Angular/VueJS?

6
Comments 5
1 min read
JHipster - The Fastest Way To Build A Production-Ready Angular & Spring Boot Application

JHipster - The Fastest Way To Build A Production-Ready Angular & Spring Boot Application

12
Comments
4 min read
Sustainable Angular Architectures with Tactical DDD and MonoRepos?

Sustainable Angular Architectures with Tactical DDD and MonoRepos?

200
Comments
11 min read
DOM Property vs HTML Attribute in Property Binding

DOM Property vs HTML Attribute in Property Binding

11
Comments
2 min read
Build an Angular 8 App with REST API and ASP.NET Core 2.2 - part 2

Build an Angular 8 App with REST API and ASP.NET Core 2.2 - part 2

92
Comments 42
11 min read
Try Optional Chaining and Nullish Coalescing on JSitor, its live

Try Optional Chaining and Nullish Coalescing on JSitor, its live

21
Comments 6
2 min read
How to extend Angular built-in pipes and why

How to extend Angular built-in pipes and why

45
Comments
6 min read
Why Your Angular App Is Not Working: 7 Common Mistakes

Why Your Angular App Is Not Working: 7 Common Mistakes

71
Comments 16
6 min read
Building SaaS?

Building SaaS?

66
Comments 9
4 min read
Practical RxJS and Angular

Practical RxJS and Angular

49
Comments 1
8 min read
What is your story with software development? 🐱‍💻

What is your story with software development? 🐱‍💻

41
Comments 14
1 min read
How to start to code a PWA?

How to start to code a PWA?

9
Comments 4
1 min read
Build a Simple CRUD App with Angular 8 and ASP.NET Core 2.2 - part 1 - back-end

Build a Simple CRUD App with Angular 8 and ASP.NET Core 2.2 - part 1 - back-end

71
Comments 17
6 min read
Brute-forcing an encrypted message from Enigma using the web worker API

Brute-forcing an encrypted message from Enigma using the web worker API

18
Comments 2
13 min read
Transfer Data between Siblings Components in Angular with RxJS

Transfer Data between Siblings Components in Angular with RxJS

12
Comments
2 min read
Debugging Javascript Like a Pro

Debugging Javascript Like a Pro

93
Comments 2
9 min read
How to Easily Reuse Components Across Projects and Repositories

How to Easily Reuse Components Across Projects and Repositories

78
Comments 6
7 min read
Getting Started with Serverless Angular Universal on AWS Lambda

Getting Started with Serverless Angular Universal on AWS Lambda

11
Comments 1
13 min read
SOLID: Dependency Inversion Principle in Angular

SOLID: Dependency Inversion Principle in Angular

10
Comments
8 min read
A simple Countdown with RxJS

A simple Countdown with RxJS

6
Comments
4 min read
Writing scalable Typescript

Writing scalable Typescript

23
Comments 2
9 min read
RxJS Patterns: Efficiency and Performance

RxJS Patterns: Efficiency and Performance

93
Comments 3
9 min read
Validating data with JSON Schema, Angular and TypeScript

Validating data with JSON Schema, Angular and TypeScript

8
Comments
7 min read
Common Approaches to Handling Subscriptions

Common Approaches to Handling Subscriptions

28
Comments
5 min read
Front End Frameworks in 2019

Front End Frameworks in 2019

57
Comments 3
5 min read
Infinite Scroll con Rxjs

Infinite Scroll con Rxjs

7
Comments
5 min read
Guarding your Angular modules 💂‍

Guarding your Angular modules 💂‍

63
Comments
5 min read
The State of Angular in 2019

The State of Angular in 2019

172
Comments 7
8 min read
Show Users How To Use Your App With A Step-By-Step Guide With Intro.js In Angular

Show Users How To Use Your App With A Step-By-Step Guide With Intro.js In Angular

30
Comments 1
4 min read
[Pro Tip] Thinking Reactively 🤔

[Pro Tip] Thinking Reactively 🤔

48
Comments
1 min read
Resetting Firebase Auth Passwords in Angular (Email Based Accounts)

Resetting Firebase Auth Passwords in Angular (Email Based Accounts)

6
Comments
8 min read
What's the RxJs/ NgRx code bit that you are most proud of? (Round 2)

What's the RxJs/ NgRx code bit that you are most proud of? (Round 2)

10
Comments 6
1 min read
Angular Concepts in React: The Async Pipe

Angular Concepts in React: The Async Pipe

45
Comments 6
3 min read
How to cache HTTP requests in Angular

How to cache HTTP requests in Angular

146
Comments 11
1 min read
Roadmap for Frontend Developer

Roadmap for Frontend Developer

191
Comments 9
5 min read
[Pro Tip] How to analyze your Angular bundle

[Pro Tip] How to analyze your Angular bundle

64
Comments
1 min read
Angular Style Encapsulation: You're Doing It Wrong

Angular Style Encapsulation: You're Doing It Wrong

13
Comments 5
3 min read
Angular Performance: Precaching with the Service Worker

Angular Performance: Precaching with the Service Worker

72
Comments 1
2 min read
A Guide to Component Driven Development (CDD)

A Guide to Component Driven Development (CDD)

352
Comments 3
12 min read
[Pro-Tip] Angular Input syntax

[Pro-Tip] Angular Input syntax

40
Comments 3
1 min read
Creating Search Engine-friendly Internationalized Apps with Angular Universal and Transloco 🌐

Creating Search Engine-friendly Internationalized Apps with Angular Universal and Transloco 🌐

7
Comments
2 min read
socket.io angular-node-mongoDB (realtime)

socket.io angular-node-mongoDB (realtime)

8
Comments
1 min read
Setup your Angular project to work with tailwindcss

Setup your Angular project to work with tailwindcss

28
Comments
3 min read
Looking for a side project, which you could use yourself every day? Super Productivity needs your help!

Looking for a side project, which you could use yourself every day? Super Productivity needs your help!

34
Comments 13
1 min read
Continuously Deploying Angular to Azure App Service with Azure DevOps

Continuously Deploying Angular to Azure App Service with Azure DevOps

26
Comments 13
8 min read
Are you using Angular Web Components in Production?

Are you using Angular Web Components in Production?

4
Comments
1 min read
loading...