chris
0
Q:

toaster service

npm install ngx-toastr --save
0
import { ToastrService } from 'ngx-toastr'; @Component({...})export class YourComponent {  constructor(private toastr: ToastrService) {}   showSuccess() {    this.toastr.success('Hello world!', 'Toastr fun!');  }}
0

New to Communities?

Join the community