ssung1 / ubipong-ui-ng

This is an application to keep scores in ping pong tournaments.
0 stars 0 forks source link

Use APP_BASE_HREF #53

Closed ssung1 closed 2 years ago

ssung1 commented 2 years ago

in user.service, we are using

this?.document?.querySelector('html head base')?.getAttribute('href') ?? ''
ssung1 commented 2 years ago

did not work because we were using hash location strategy