ngx-admin
ngx-admin copied to clipboard
Customizable admin dashboard template based on Angular 10+
### 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 ...** (check one with "x") * [X] bug report * [ ] feature request * [ ] question about the decisions made in the...
### Issue type Error with nb-datepicker render with locale other than English **I'm submitting a ...** (check one with "x") * [ x] bug report * [ ] feature request...
PS C:\Users\xxx\source\Angular\ngx-admin> npm install npm WARN old lockfile npm WARN old lockfile The package-lock.json file was created with an old version of npm, npm WARN old lockfile so supplemental metadata...
### 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...
My code following the Documentation: - https://akveo.github.io/ng2-smart-table/#/examples/using-filters component.html: Smart Table component.ts: source: LocalDataSource = new LocalDataSource(); constructor(private httpClient: HttpClient) { this.httpClient.get('/assets/data/Cadastros.json').subscribe((result: Cadastro[]) => { this.data = result; this.source.load(this.data); }); }...
[x ] feature request I noticed in [this article that AWS Amplify](https://hackernoon.com/aws-amplify-7-new-things-for-serverless-63ecad310d9f) seems to be getting its own component library. Thought it would be really cool if it was also...
**I'm submitting a ... * [X] bug report * [ ] feature request * [ ] question about the decisions made in the repository ### Issue description node-pre-gyp WARN Tried...
**I'm submitting a ...** (check one with "x") * [ x] question about the decisions made in the repository ### Issue description **Current behavior:** The picture below shows a 2D...
### Issue type **I'm submitting a ...** (check one with "x") * [ X] bug report * [ ] feature request * [ ] question about the decisions made in...