Questions tagged [angular2-rc5]

3 questions
0
votes
0 answers

how to merge requests into one observable angular 2

There are several requests in subscribe and the same number is obtained at the output due to which the traffic leak. I tried flatMap, map. Maybe who come across and know how to solve? Observable.fromEvent(document.querySelector('employees'),…
0
votes
2 answers

How to Save an XML File in Angular2 in the file system

I can receive the XML File using HTTP get method and pass it as a Blob. I can't use the window.open method as it opens the XML file in the web browser. I know there is a FileSaver component for AngularJS but it does not work in Angular2. Please…
Dulanjaya Tennekoon
  • 2,408
  • 1
  • 18
  • 31
0
votes
1 answer

angular2 rc5 upgrade, iterating over mongo cursor fails

I'm writing a meteor/angular2 app, and I have just upgraded to rc5. I get an error when I try to show a list of messages based on a mongo cursor in my component. I have tried to distill the code down, please let me know, if you need something…
Boris
  • 5,094
  • 4
  • 45
  • 71