You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
My current ionic version is 4.1.0, and working on ionic 3 using angular and cordova.
I've made a new ionic package to test this.
I've installed this plugin and added the module in _app.module.ts_ also, imported service in my home.ts file. also added <flash-messages></flash-messages> in app.html file.
when this.flashMessageService.show('Some Text'); is firing it makes a div with class="alert flash-message alert-success" and some other ng-* attributes, I can see this in inspect element,
but the issue is message is not displaying in front/app.
The text was updated successfully, but these errors were encountered:
Hi there,
My current ionic version is 4.1.0, and working on ionic 3 using angular and cordova.
I've made a new ionic package to test this.
I've installed this plugin and added the module in
_app.module.ts_
also, imported service in my home.ts file. also added<flash-messages></flash-messages>
in app.html file.when
this.flashMessageService.show('Some Text');
is firing it makes adiv
withclass="alert flash-message alert-success"
and some otherng-*
attributes, I can see this in inspect element,but the issue is message is not displaying in front/app.
The text was updated successfully, but these errors were encountered: