Sunoj Vijayan

Results 5 issues of Sunoj Vijayan

Hi I am trying to implement this in my app(Ionic 3) but it gives this error. Error: Template parse errors: Can't bind to 'current' since it isn't a known property...

Hi when my adfs server redirects to the callback url, passport.authenticate is failing and its again being redirected to adfs server. Please help

Hi is there an option to show message count on top of icons.

How do we send to multiple devices and is there any limit to the number of devices per push.

From server I am using this to send the file to client. `response.xls('data.xlsx', jsonArr, 'binary');` In client I am using this to download file. `var blob = new Blob([result.data], {...