Tag: angular

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
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