-
# 🐞 bug report
### Affected Package
The issue is caused by package @airbrake/browser
### Description
We are trying to upgrade airbrake in our angularjs 1.5.7 project. I have install…
-
This doesn't seem to work properly in Angular 1.6.1;
```
var d = $q.defer();
var uploadRequest = {
url: url,
method: 'POST',
data: {
file: file
}
};
Upload.uplo…
-
This occurs only after first page loads.
And another thing is, first time only two messages are showing.
After that working properly.
What will be the root cause of this issue?
-
Per McFly, we'd like to discontinue our use of Blocknative products in our app in favor of Alchemy products, if available. As of right now, we use both the Onboard and Notify products. Further investi…
-
Hi @brandonroberts ,
A long time back I had found your repository ngrx/db (https://github.com/ngrx/db/blob/master/src/database.ts) and found it very useful but now I am using Angular 8+ having RxJs…
-
Target for toasts doesn't exist. Why This error is coming...
-
Hello!!! I have a issue with angular 12 and NotifierOptions. I did all the config correctly as you have on the package page (I also did it for angular 7 and I had no issue), but as you will see in the…
-
For example, if FriendInput add an item to FriendsService, how does it notify FriendList that an item is added? I notice that no explicit call were made when new item added.
-
Hi all,
I want to show some customizing view inside of notification container, and I have define a ng-template with alias. and my ng-template need more complex data model to show.
currently, th…
-
Building an Angular 2 SPA. I have read about issues with Angular routes / HTML 5 urls but every thing I have tried to fix this does not work, I guess I am missing something. Not sure if its BS or Supe…