“Usługa tostera” Kod odpowiedzi

Zainstaluj toast w Angular

npm install ngx-toastr --save
Annoying Antelope

Usługa tostera

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

Odpowiedzi podobne do “Usługa tostera”

Pytania podobne do “Usługa tostera”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu