Tag: angular

Build Project Using Angular NestJS

Build a project using Angular and NestJS

Dev

This guide provides a comprehensive understanding of how to use Angular and NestJS to build web applications.

Clara Ekekenta
Feb 23, 2023 ⋅ 10 min read
Data Visualization In Angular Using D3.js

Data visualization in Angular using D3.js

Dev

Learn how to create bar charts, pie charts, and scatter plots in your Angular app using the data visualization library D3.js.

Karl Hughes
Nov 22, 2022 ⋅ 13 min read
Blazor Angular Comparison

Blazor vs. Angular comparison guide

Dev

In this article, we’ll make a comparison between Angular and Blazor. We’ll analyze their community strengths, the PWA/SPA support, their async nature, and architecture.

Julio Sampaio
Feb 24, 2022 ⋅ 8 min read
Investigating the Angular typed form RFC prototype

Investigating the Angular typed form RFC prototype

Dev

The infamous issue #13721 for strongly typed reactive forms in Angular is finally slated for release in Angular 14. Learn about the prototype here.

Yan Sun
Feb 8, 2022 ⋅ 7 min read
Customize Angular lazy loading modules for multiple frontends

Customize Angular lazy loading modules for multiple frontends

Dev

Learn how to maximize your code sharing and cleanly separate your different UI components and services for multiple frontend Angular apps.

Yan Sun
Nov 8, 2021 ⋅ 6 min read
Rendering dynamic content in Angular components using Angular CDK portals

Inject dynamic content in Angular components with portals

Dev

Learn how to dynamically render content in your Angular components using Angular CDK portals in this in-depth tutorial.

Yan Sun
Sep 23, 2021 ⋅ 5 min read
Font Awesome in an Angular Project

How to add Font Awesome to an Angular project

Dev

Font Awesome is an icon toolkit with over 1,500 free icons. Learn how to animate, color, and resize Font Awesome icons in Angular projects.

Favour Vivian Woka
Jun 22, 2021 ⋅ 5 min read
Overriding Dependencies Angular Injector Hierarchy

Overriding dependencies in the Angular injector hierarchy

Dev

Angular requires a good understanding of how dependency injection works. Learn this practical approach to parent-to-child dependency injection.

Emmanuel John
Jun 18, 2021 ⋅ 4 min read
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