An open API service indexing awesome lists of open source software.

https://github.com/syncfusionexamples/getting-started-with-the-angular-toast-component

A quick start project that shows how to create and configure the Syncfusion Angular toast component in a Angular project. This sample contains simple code to explain the different toast positions, time out, and how to render the toast content using an HTML template.
https://github.com/syncfusionexamples/getting-started-with-the-angular-toast-component

angular-toast toast toastcomponent

Last synced: about 2 months ago
JSON representation

A quick start project that shows how to create and configure the Syncfusion Angular toast component in a Angular project. This sample contains simple code to explain the different toast positions, time out, and how to render the toast content using an HTML template.

Awesome Lists containing this project

README

        

# Getting Started with the Angular Toast Component
A quick start project that shows how to create and configure the Syncfusion Angular Toast component in a Angular project. This sample contains simple code to explain the different toast positions, time out, and how to render the toast content using an HTML template.

Refer to the following documentation to learn about the Angular Toast component:
https://ej2.syncfusion.com/angular/documentation/toast/getting-started

Check out this online example of the Angular Toast component:
https://ej2.syncfusion.com/angular/demos/#/fluent2/toast/default

## Project prerequisites
Make sure that you have the compatible versions of [Visual Studio Code](https://code.visualstudio.com/download ) and [NodeJS](https://nodejs.org/en/download) or later version in your machine before starting to work on this project.

## How to run this application
To run this application, you need to first clone the `getting-started-with-the-angular-toast-component` repository and then open it in Visual Studio Code. Now, simply build and run your project using `npm start` command to view the output.