question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The abp.message related method should be added to the options parameter as abp.notify

See original GitHub issue

The 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:closed
  • Created 4 years ago
  • Comments:23 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
ismcagdascommented, Oct 2, 2019

https://www.npmjs.com/package/abp-web-resources is released and we are working on abp-ng2-module.

1reaction
ismcagdascommented, Oct 25, 2019

@EslamElmadny yes, it is on npm.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found