Tag: angular

Angular Modules

Angular modules: Best practices for structuring your app

Dev

Walk through the process of building a well-structured Angular application that enforces separation of concerns and reusability using modules.

Emmanuel John
May 10, 2021 ⋅ 4 min read

Angular state management made simple with NgRx

Dev

Discover how NgRx makes Angular state management easier by simplifying the application’s state in objects and enforcing unidirectional data flow.

Wisdom Ekpot
May 7, 2021 ⋅ 8 min read

Server-side pagination in Angular with ngx-pagination

Dev

Learn how to implement server-side pagination in Angular with ngx-pagination for receiving large amounts of data in manageable pieces.

Favour Vivian Woka
May 5, 2021 ⋅ 4 min read

Angular In-memory Web API tutorial: Mocking CRUD APIs in Angular

Dev

Learn how to use Angular’s In-memory Web API to make a simple CRUD server and create a functional frontend without requiring backend assistance.

Emmanuel John
Apr 30, 2021 ⋅ 7 min read

Angular lifecycle hooks explained

Dev

Learn about using lifecycle hooks in Angular to gain more control over the functionality of your application.

Chidume Nnamdi
Mar 26, 2021 ⋅ 11 min read
Caching With HttpInterceptor in Angular

Caching with HttpInterceptor in Angular

Dev

With HttpInterceptor in Angular, you can drastically reduce the amount of code required to implement HTTP caching.

Chidume Nnamdi
Feb 15, 2021 ⋅ 4 min read
React and Angular Logos

Creating compound components in React and Angular

Dev

What is a compound component pattern in React and Angular, and when should you use one? Read on to learn more.

Matthew Swensen
Feb 10, 2021 ⋅ 6 min read
The Angular logo over a white background.

Angular 11: What to expect when you upgrade

Dev

Check out all the newest updates to Angular released as part of Angular 11, including component test harnesses and webpack 5 support.

Favour Vivian Woka
Jan 21, 2021 ⋅ 3 min read
Using Form Builders In Angular 8 To Validate Reactive Forms

Angular reactive form validation with FormBuilder

Dev

Setting up form controls can be monotonous and stressful. Angular provides form builders to help you efficiently validate reactive forms.

Nwose Lotanna
Dec 23, 2020 ⋅ 6 min read
Deploy Angular 9+ apps to Firebase hosting

Deploy Angular 9+ apps to Firebase Hosting

Dev

In this article, we will cover how to deploy Angular applications to Firebase using a single project and we’ll look at how to deploy multiple Angular apps to one project.

Zara Cooper
Oct 29, 2020 ⋅ 7 min read
Understanding the ViewChild and ViewChildren decorators in Angular 10

Understanding the ViewChild and ViewChildren decorators in Angular 10

Dev

The @ViewChild and @ViewChildren decorators are excellent utilities for querying child elements in views. Understanding how to use them gives you more options for customizing component views.

Zara Cooper
Aug 17, 2020 ⋅ 5 min read
Firebase and Angular logo.

Creating CRUD Firebase documents in Angular

Dev

Learn how to Create, Read, Update, and Delete (CRUD) Firebase documents using Angular.

Stephen Hartfield
Aug 13, 2020 ⋅ 13 min read