Questions tagged [ngx-admin]

Questions regarding set up, implementation, and customization of the ngx-admin open source admin front end template

ngx-admin is the most popular admin dashboard based on Angular 9+ and Nebular with Eva Design System support.

Website

github

144 questions
-1
votes
2 answers

Inject Service In Extendable Class Typescript

I am aware of DI injection pattern in angular but now I am implementing Nebular so the class needs to be extend , hence unable to use constructor in this case (given that have never worked with super calls) The issue…
-1
votes
3 answers

Can't bind to 'kind' since it isn't a known property of 'ngx-fs-icon'

I am using Akveo/ngx-admin template. I have created some of my own modules and in it and then tried running production build on it but it gave me some errors. So i had to create a shared module and i put all the modules inside the imports of shared…
Ehsan Nissar
  • 643
  • 2
  • 13
  • 35
-1
votes
1 answer

Hide router in ngx-admin based on user permissions?

Hide route in ngx-admin based on user permissions?. The user chooses the plans. Based on his plan, hide some routes.
dany
  • 9
  • 5
-1
votes
1 answer

Is it mandatory to associate a route to a component in Angular

I'm new to Angular. I've the following folder/file tree: -- app folder -- root ( -- pages (pages-routing, pages-module, pages-component) -- page1 (page1-routing, page1-component) -- subcomponent (subcomponent-component) My…
Claudio Ferraro
  • 4,551
  • 6
  • 43
  • 78
-1
votes
1 answer

How can i setup auth guard to only allow admins to use the admin dashboard(ngx-admin)?

I have a list of users in MySql, Each one has role column that is either ADMIN or USER. I have setup auth guard to only allow a registered user to use the ngx-admin but I want to take a step further and only allow the admin to enter. How can i do…
user10976183
  • 287
  • 1
  • 2
  • 13
-1
votes
1 answer

How can I add the JWT authentication in ngx-admin?

I've looking for a while for how I can implement the JWT interceptor and auth guard in the ngx-admin without any success. How can I do that? I've tried following @WebVbn's tutorial in this thread, Add JWT automatically for every HTTP request #1375,…
user10976183
  • 287
  • 1
  • 2
  • 13
-1
votes
3 answers

Ngx-admin datepicker component. How can I change the local settings and display the component as a Turkish calendar

I'm using Nebular ngx-admin. How do I customize your new datepicker component? How can I change the local settings and display the component as a Turkish calendar. I've reviewed the library, but I think it's about it. Is there any other way I can do…
-2
votes
1 answer

Dynamic component doesn't work with formarray angular

I creating a form builder like this https://stackblitz.com/edit/angular-dynamic-survey-creation-golkhg?file=src%2Fapp%2Fcreate-survey%2Fcreate-survey.component.html I do exactly like that but I don't use material design and this part doesn't…
naoval
  • 338
  • 6
  • 29
-2
votes
2 answers

I am facing some issues regarding the form submission

I want to submit the form on the button click as well as navigate to the next page, but it shows an error : "Form submission canceled because the form is not connected". Can anyone help me with this problem ?? I am using nebular. This is the html…
1 2 3
9
10