HashLocationStrategy(PlatformLocation _platformLocation, [ @ @ String _baseHref ])

Source

HashLocationStrategy(this._platformLocation,
    [@Optional() @Inject(APP_BASE_HREF) String _baseHref]) {
  if (_baseHref != null) {
    this._baseHref = _baseHref;
  }
}