ngx-admin icon indicating copy to clipboard operation
ngx-admin copied to clipboard

Customizable admin dashboard template based on Angular 10+

Results 159 ngx-admin issues
Sort by recently updated
recently updated
newest added

This is my intercept in authInterceptor: ```` intercept(req: HttpRequest, next: HttpHandler): Observable { return this.authService.getToken().pipe( switchMap((token: NbAuthJWTToken) => { if (token) { if (!token.isValid()) { this.router.navigate(['/auth/login']); } else if (req.url.match(/energy/))...

### Hello, * [ ] bug report * [ ] feature request * question about the decisions made in the repository ### Issue description **Current behavior:** When i run my...

### Please read and mark the following check list before creating a pull request: - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/ngx-admin/blob/master/CONTRIBUTING.md) guide. - [x] I read and followed the...

### Please read and mark the following check list before creating a pull request (check one with "x"): - [X] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/ngx-admin/blob/master/CONTRIBUTING.md) guide. - [X] I...

### Please read and mark the following check list before creating a pull request (check one with "x"): - [x] I read and followed the [CONTRIBUTING.md](https://github.com/akveo/ngx-admin/blob/master/CONTRIBUTING.md) guide. - [x] I...

### Issue type **I'm submitting a ...** (check one with "x") * [x] bug report * [ ] feature request * [ ] question about the decisions made in the...

### Issue type **I'm submitting a ...** * [x ] bug report Mobile Device Issue Only : Closing Modal Dialog, hiding upper portion of content behind fixed header. **High priority...

### Issue type **I'm submitting a ...** (check one with "x") * [ ] bug report * [x] feature request * [ ] question about the decisions made in the...

Hi, I dockerized your application on an ubuntu VM. With my PC (Windows) I can view the interface on 'http://192.168.xxx.xxx:2007'. The "problem" (if it's one) is that I think the...

Is there a way to programmatically select which tab is active? If not could this be added as a feature?

question