HashLocationStrategy constructor
HashLocationStrategy(
- PlatformLocation _platformLocation, [
- @Optional.new() @Inject.new(appBaseHref) String? baseHref
Implementation
HashLocationStrategy(
this._platformLocation, [
@Optional() @Inject(appBaseHref) String? baseHref,
]) : _baseHref = baseHref ?? '';