Bobby
Bobby
You can subscribe to the getChangeEmitter and it will have the ID of the notification. ``` this.notificationsService.getChangeEmitter().subscribe(options =>this.newNotificationsOptions = options]); ``` You can also set a custom ID when creating...
The error message is ``"Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified.`` For now I set the option to ``false``,...
Because it forces you to use state change in order to execute your logic, hence having to do 'if()' checks. Sometimes you only need the success/error response from the server....
I am facing the same issue. I think it's connected to the ng2FileSelect directive. If you have multiple uploaders on the same page, only one will be targeted when selecting...