@angular/common

LocationStrategy

Class

Enables the Location service to read route state from the browser's URL. Angular provides two strategies: HashLocationStrategy and PathLocationStrategy.

  
    abstract class LocationStrategy {}
  
  
Jump to details