Open naivedeveloper95 opened 5 years ago
constructor(private router: Router, private auth: LoginService, private toastr: ToastrService, public toast: Ng2IzitoastService) { }
My angular vesrion is: 6.0.8 Added in app.module.ts and anhular.json following your npm documentaion. Installation process:
Here, I should be able to import Ng2IzitoastService for it work in the component. How to do that? When I try this is what is says.
I will create new version for angular 6 and 7
constructor(private router: Router, private auth: LoginService, private toastr: ToastrService, public toast: Ng2IzitoastService) { }
My angular vesrion is: 6.0.8 Added in app.module.ts and anhular.json following your npm documentaion. Installation process:
Here, I should be able to import Ng2IzitoastService for it work in the component. How to do that? When I try this is what is says.