@ -21,6 +21,8 @@ import {Component} from '@angular/core';
|
||||
})
|
||||
export class PathLocationComponent {
|
||||
location: Location;
|
||||
constructor(location: Location) { this.location = location; }
|
||||
constructor(location: Location) {
|
||||
this.location = location;
|
||||
}
|
||||
}
|
||||
// #enddocregion
|
||||
|
Reference in New Issue
Block a user