Skip to content

Commit 5de54bb

Browse files
author
Nitin Kumar Mishra
committed
readme updated
1 parent 9d5179e commit 5de54bb

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,38 @@
1-
# SB Admin rewritten in Angular5 and Bootstrap 4
1+
# SB Admin rewritten in Angular6 and Bootstrap 4
22

3-
Simple Dashboard Admin App built using Angular 5 and Bootstrap 4
3+
Simple Dashboard Admin App built using Angular 6 and Bootstrap 4
44

5-
This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v5.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular5 Theme.
5+
This project is a port of the famous Free Admin Bootstrap Theme [SB Admin v6.0](http://startbootstrap.com/template-overviews/sb-admin-2/) to Angular5 Theme.
66

77
Powered by [StartAngular](http://startangular.com/) & [StrapUI](http://strapui.com/)
88

99
## [Demo](http://rawgit.com/start-angular/SB-Admin-BS4-Angular-5/master/dist/)
1010

11-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.5.0.
11+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.0.
1212

1313
### Introduction
14+
1415
Provides fast, reliable and extensible starter for the development of Angular projects.
1516

1617
`sb-admin-bs4-angular5` provides the following features:
17-
- Developed using boostrap-v4.0.0
18-
- angular-v5.2.9
19-
- angular/cli-v1.7.3
20-
- [ng-bootstrap-v1.1.0](https://github.com/ng-bootstrap/)
21-
- [ngx-translate-v9.1.1](https://github.com/ngx-translate)
22-
- Following the best practices.
23-
- Ahead-of-Time compilation support.
24-
- Official Angular i18n support.
25-
- Production and development builds.
26-
- Tree-Shaking production builds.
18+
19+
* Developed using boostrap-v4.0.0
20+
* angular-v6.0.0
21+
* angular/cli-v6.0.0
22+
* [ng-bootstrap-v2.0.0](https://github.com/ng-bootstrap/)
23+
* [ngx-translate-v10.0.0](https://github.com/ngx-translate)
24+
* Following the best practices.
25+
* Ahead-of-Time compilation support.
26+
* Official Angular i18n support.
27+
* Production and development builds.
28+
* Tree-Shaking production builds.
2729

2830
### How to start
29-
**Note** that this seed project requires **node >=v6.9.0 and npm >=3**.
31+
32+
**Note** that this seed project requires **node >=v6.9.0 and npm >=3**.
3033

3134
In order to start the project use:
35+
3236
```bash
3337
$ git clone https://github.com/start-angular/SB-Admin-BS4-Angular-5
3438
$ cd SB-Admin-BS4-Angular-5

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "SB-Admin-BS4-Angular-5",
3-
"version": "4.0.0",
2+
"name": "SB-Admin-BS4-Angular-6",
3+
"version": "6.0.0",
44
"license": "Apache",
55
"scripts": {
66
"ng": "ng",

0 commit comments

Comments
 (0)