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.
- Host: GitHub
- URL: https://github.com/syncfusionexamples/getting-started-with-the-angular-toast-component
- Owner: SyncfusionExamples
- Created: 2024-08-23T13:16:10.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T13:26:36.000Z (9 months ago)
- Last Synced: 2025-03-04T11:27:21.986Z (3 months ago)
- Topics: angular-toast, toast, toastcomponent
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-startedCheck 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.