We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4351c53 commit a112031Copy full SHA for a112031
src/location/locationService.ts
@@ -3,7 +3,7 @@
3
import { UIRouter, BaseLocationServices, parseUrl } from "ui-router-core";
4
import { LocationStrategy } from "@angular/common";
5
6
-/** A `LocationServices` that uses the browser hash "#" to get/set the current location */
+/** A `LocationServices` that delegates to the Angular LocationStrategy */
7
export class Ng2LocationServices extends BaseLocationServices {
8
constructor(router: UIRouter, private _locationStrategy: LocationStrategy) {
9
super(router, true);
0 commit comments