Questions tagged [ng-admin]

An AngularJS admin GUI for any RESTful API

An AngularJS admin GUI for any RESTful API: https://github.com/marmelab/ng-admin

110 questions
0
votes
1 answer

Angular ng-admin doesn't load

I am trying to set up ng-admin as described in the docs, but I am getting the following error in the console: Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to: Error: [$injector:unpr] Unknown provider:…
aquavitae
  • 17,414
  • 11
  • 63
  • 106
-1
votes
1 answer

ng2-admin: How to use use tables components in Dashboard?

I installed this awesome ng2-admin project, it works fine. As I'm new to angular, for experiment I want to used table in one of the dashboard.html div (customizing dashboard page). I tried, importing TablesModule in DashboardModule, but it did not…
RoundRock
  • 21
  • 1
  • 5
-1
votes
1 answer

Angular get current route defined, than undefined

I have this code: import { Router } from '@angular/router'; Then: constructor(router: Router) { console.log(this.router.url); } When I load the page, it will first tell me the URL is "/" Unhandled Promise rejection: Error in ./BaPageTop class…
Arnold
  • 175
  • 12
-1
votes
1 answer

how to fetch a value from a input field in ng-admin form to filter value in another drop down in same form

I am trying to fetch a value from one input field (which is a reference field) to filter some values in another drop down based on first input field in a same form in ng-admin. I tried to use permanent filters to filter value, it works if i give a…
-1
votes
3 answers

ng-admin I need to add a login form in the main layout

I am a beginner in AngularJS, I use ng-admin(https://github.com/marmelab/ng-admin), to create an admin panel, but I need to create a previous login authentication view, once authenticated I send the user to the dashboard, somebody had done it…
Armi Ortiz
  • 21
  • 1
  • 3
1 2 3 4 5 6 7
8