ahmadalsadder
ahmadalsadder
im using angular 9 and facing same Issue here {{ TypeError: Cannot read property 'toast' of undefined TypeError: Cannot read property 'toast'}} any new regarding to this ?
@gitalvininfo the solved by SnotifyModule.forRoot() becuase i have multiple module but also dose not work on init event
i already tried this but not wok!! import { Component, ViewChild, ElementRef, OnInit, Input, AfterContentInit } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { CropperComponent, ImageCropperResult } from...