Tag: angular

Deploying single-page Angular apps to GitHub Pages

Deploying single-page Angular apps to GitHub Pages

Dev

Access all the benefits of GitHub when you deploy your single-page Angular app code repositories to GitHub Pages.

Shalitha Suranga
Jun 11, 2021 ⋅ 3 min read
Handling Side Effects in a Redux and Angular Application

Handling side effects in an Angular + Redux application

Dev

Learn how you can manage side effects to the Redux state tree in an Angular framework with the @ngrx/effects library.

Emmanuel John
Jun 7, 2021 ⋅ 5 min read
Using Angular DataTables for Feature-rich Tables

Using Angular DataTables to build feature-rich tables

Dev

The Angular DataTables library combines Angular directives with jQuery’s DataTables plugin. See how to use it in our tutorial.

Kenneth Ekandem
May 18, 2021 ⋅ 6 min read
Angular Dependency Injection

How dependency injection works in Angular

Dev

Ease testing, overriding, and altering of services using dependency injection in Angular, a design pattern for requesting dependencies.

Emmanuel John
May 13, 2021 ⋅ 5 min read
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