Import:
import { Location } from '@angular/common';
Fish out what you need like so:
constructor(location: Location) { this.whereAmI = location.path(); }
No comments:
Post a Comment