libs/oauth/src/lib-test/mock-location.ts
Properties |
Methods |
search |
Type : string
|
Default value : ''
|
Defined in libs/oauth/src/lib-test/mock-location.ts:2
|
replace |
replace()
|
Defined in libs/oauth/src/lib-test/mock-location.ts:3
|
Returns :
void
|
export class MockLocation {
search = '';
replace() {
return;
}
}