I am trying to get the query params from a url in a component in Angular2
Version: \"angular2\": \"npm:angular2@2.0.0-beta.12\",
I am trying to extract id query
You can get the query params from the _location.path() in the AppComponent. You'd have to parse them yourself. I'm looking for the same thing, and haven't found a better solution.
I hope someone else follows up on this.