The abp.message related method should be added to the options parameter as abp.notify
See original GitHub issueThe abp.message related method should be added to the options parameter as abp.notify
Also update abp.d.ts
abp.notify.success = function (message, title, options) {
abp.log.warn('abp.notify.success is not implemented!');
};
...........
abp.message.success = function (message, title) {
abp.log.warn('abp.message.success is not implemented!');
return showMessage(message, title);
};
...........
Issue Analytics
- State:
- Created 4 years ago
- Comments:23 (10 by maintainers)
Top Results From Across the Web
ASP.NET Core MVC / Razor Pages UI: JavaScript Notify API
Notify API is used to show toast style, auto disappearing UI ... Use abp.notify.success(. ... All of the methods above gets the following...
Read more >ASP.NET Core MVC / Razor Pages UI: JavaScript Message API
Message API is an abstraction provided by the ABP Framework and implemented ... It will show a dialog on the UI: ... All...
Read more >Notification position in 'Asp.net. Boilerplate'
It's toastr plugin. The implementation is done in abp.toastr.js. Write the code below to configure position. toastr.options.
Read more >abp.message.error
The Message API is used to show a message to the user or to get a confirmation from the user. By default, the...
Read more >ABP (modern ASP. NET template Development Framework ...
After the server receives the request, validates the request parameters, executes the service-side code, and, if an error occurs or fails the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
https://www.npmjs.com/package/abp-web-resources is released and we are working on abp-ng2-module.
@EslamElmadny yes, it is on npm.