in angular/src/app/app.component.ts [45:47]
isActivePath = function (path) { return this.router.url.substr(0, path.length) === path; };