mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
feat: update Angular version
This commit is contained in:
parent
2bf5a0be8a
commit
34b8e77d09
2 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# What is ngx-admin?
|
# 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>
|
<hr>
|
||||||
|
|
||||||
## How can it help me?
|
## How can it help me?
|
||||||
|
|
@ -17,7 +17,7 @@ You can also use ngx-admin for the purpose of learning Angular.
|
||||||
|
|
||||||
## List of features
|
## List of features
|
||||||
|
|
||||||
- Angular 8+ & Typescript
|
- Angular 9+ & Typescript
|
||||||
- Bootstrap 4+ & SCSS
|
- Bootstrap 4+ & SCSS
|
||||||
- Responsive layout
|
- Responsive layout
|
||||||
- RTL support
|
- RTL support
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>ngx-admin - Angular 8, Bootstrap 4 Admin dashboard template</title>
|
<title>ngx-admin - Angular 9, Bootstrap 4 Admin dashboard template</title>
|
||||||
<meta name="description" content="Free Angular 8 Bootstrap admin dashboard template.">
|
<meta name="description" content="Free Angular 9 Bootstrap admin dashboard template.">
|
||||||
<meta name="keywords" content="admin,dashboard,template,angular 8,bootstrap,panel,html,css,javascript">
|
<meta name="keywords" content="admin,dashboard,template,angular 9,bootstrap,panel,html,css,javascript">
|
||||||
|
|
||||||
<base href="/">
|
<base href="/">
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue