The api docs say there's an angular2/http library in JavaScript and TypeScript, but as far as I can tell it doesn't exist in the Dart version. Am I missing something? Is it not implemented yet? Something else?
The Dart api docs essentially say "see JavaScript docs" full stop, and I was under the impression that the use of code generation meant all three languages would have all exactly the same Angular features, so I'm a bit surprised and disappointed if this is missing. Searching through the Dart source that pub got for me, angular2/http does not exist and only one class (angular2/src/services/xhr_impl) does anything with http, and that class appears to be intended for internal use only. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
