Questions tagged [ng-admin]

A user-friendly admin interface for managing any RESTful API using AngularJS.

Angular is able to successfully retrieve the current route when it is defined, but

Here's the code snippet I am working with: import { Router } from '@angular/router'; Following that, in my constructor: constructor(router: Router) { console.log(this.router.url); } Upon loading the page, it initially shows the URL as "/" Unhandle ...