Help Angular by taking a 1 minute survey!Go to surveyHome

setUpLocationSync

Sets up a location synchronization.

See more...

setUpLocationSync(ngUpgrade: UpgradeModule, urlType: "path" | "hash" = 'path')
      
      setUpLocationSync(ngUpgrade: UpgradeModule, urlType: "path" | "hash" = 'path')
    
Parameters
ngUpgrade UpgradeModule
urlType "path" | "hash"

Optional. Default is 'path'.

Description

History.pushState does not fire onPopState, so the Angular location doesn't detect it. The workaround is to attach a location change listener