Installation

You'll learn how to install the ng-fast-toast library in your project.

2024-12-21
1 min read
rperezll

Prerequisites

To install and use this library, your project must meet the following minimum requirements:

  • Angular: This library is compatible only with Angular 18 or higher.

    DependencyMinimum Required Version
    @angular/common>=18.2.0
    @angular/core>=18.2.0
    rxjs^7.8.0

If the listed prerequisites are met, we can proceed with the installation of the library.

Install the library

To integrate toast notifications into your Angular project, you need to install the ng-fast-toast library. This package provides an easy-to-use service for displaying customizable toast notifications.

Run the following command to install it:

npm i ng-fast-toast@latest

Usage

Now weโ€™re ready to start using ng-fast-toast. For that, letโ€™s head to the usage documentation:

Usage How to use ng-fast-toast to display toast notifications in your Angular project.
2024-12-21