@traent/ngx-toast
v0.1.9
Published
<h1 align="center"> @traent/ngx-toast </h1>
Downloads
72
Readme
@traent/ngx-toast is an Angular library that provides a toast service for showing some predefined typologies of toasts.
Notice: This library is currently under development and might be subjected to breaking changes. We also plan to move it inside @traent/ngx-components.
Compatibility with Angular Versions
| @traent/ngx-toast | Angular | | ----------------- | -------------- | | 0.0.x | 14 |
Installation
You can install it through NPM:
npm install @traent/ngx-toast
When you install using npm, you will also need to import NgxT3ToastModule
in your app.module
:
import { NgxT3ToastModule } from '@traent/ngx-toast';
@NgModule({
imports: [NgxT3ToastModule],
})
class AppModule {}
API & Examples
Coming Soon.
Building & Publishing
The building and publishing of this library to NPM is performed through an internal Organization flow that uses the standard Angular approach.
In the future, we will improve the tooling to allow everyone to build this library easily.
License
@traent/ngx-toast
is available under the Apache-2 license. See the LICENSE file for more info.
Contributors
We are open to any contributions and feedbacks.