mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 10:50:13 +01:00
Merge branch 'demo' into demo-refactor
This commit is contained in:
commit
c5c9c160ca
22 changed files with 9 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ export class MainInfoSectionComponent implements OnDestroy {
|
|||
|
||||
public get imageUrl(): string {
|
||||
return this.forMaterialTheme !== false
|
||||
? 'assets/img/ngx-admin-material.png'
|
||||
? 'assets/img/ngx-admin-material.jpg'
|
||||
: 'assets/img/ngx-admin.png';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# What is ngx-admin?
|
||||
|
||||
ngx-admin is a front-end admin dashboard template based on Angular 8+, Bootstrap 4+ and <a href="https://hubs.ly/H0n5PMl0" target="_blank">Nebular</a>. That means all the data you can see on graphs, charts and tables is mocked in Javascript so you can use the backend of your choice with no limitations.
|
||||
ngx-admin is a front-end admin dashboard template based on Angular 9+, Bootstrap 4+ and <a href="https://hubs.ly/H0n5PMl0" target="_blank">Nebular</a>. That means all the data you can see on graphs, charts and tables is mocked in Javascript so you can use the backend of your choice with no limitations.
|
||||
<hr>
|
||||
|
||||
## How can it help me?
|
||||
|
|
@ -17,7 +17,7 @@ You can also use ngx-admin for the purpose of learning Angular.
|
|||
|
||||
## List of features
|
||||
|
||||
- Angular 8+ & Typescript
|
||||
- Angular 9+ & Typescript
|
||||
- Bootstrap 4+ & SCSS
|
||||
- Responsive layout
|
||||
- RTL support
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 658 KiB After Width: | Height: | Size: 336 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 656 KiB After Width: | Height: | Size: 328 KiB |
BIN
docs/assets/img/ngx-admin-material.jpg
Normal file
BIN
docs/assets/img/ngx-admin-material.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 393 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
Loading…
Add table
Add a link
Reference in a new issue