Skip to content

Commit c9ab5e8

Browse files
committed
docs: update version
1 parent f80600e commit c9ab5e8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Light Blue (3.7.0 Full version) with angular 4.0 Final Release support
1+
# Light Blue (4.0.1 Full version) with angular 5.0 Final Release support
22

33
#### A build of App with JIT compilation is unavailable now, only AOT. Please see this issue: https://github.com/gdi2290/angular-starter/issues/1921
44

5-
> An angular 4 application featuring [angular 4](https://angular.io)
5+
> An angular 5 application featuring [angular 5](https://angular.io)
66
([Router](https://angular.io/docs/js/latest/api/router/), [Forms](https://angular.io/docs/js/latest/api/forms/),
77
[Http](https://angular.io/docs/js/latest/api/http/),
88
[TypeScript](http://www.typescriptlang.org/),
@@ -13,15 +13,15 @@
1313

1414
> This is a full version of Light Blue with Angular Final Release support. Seed version is also available.
1515
16-
This project serves as an angular 4 starter for anyone looking to get up and running with angular 4 and TypeScript fast.
16+
This project serves as an Angular 5 starter for anyone looking to get up and running with Angular 5 and TypeScript fast.
1717
Using a [Webpack 2](http://webpack.github.io/) for building our files and assisting with boilerplate.
18-
* Best practices in file and application organization for angular 4.
18+
* Best practices in file and application organization for Angular 5.
1919
* Unique to admin templates stylish and unobtrusive design
2020
* Ready to go build system using Webpack for working with TypeScript.
21-
* angular 4 examples that are ready to go when experimenting with angular 4.
21+
* angular 5 examples that are ready to go when experimenting with angular 5.
2222
* Ahead of Time (AoT) compile for rapid page loads of your production builds.
2323
* Tree shaking to automatically remove unused code from your production bundle.
24-
* A great angular 4 template for anyone who wants to start their project.
24+
* A great angular 5 template for anyone who wants to start their project.
2525
* Type manager with @types
2626
* Hot Module Replacement with Webpack and [@angularclass/hmr](https://github.com/angularclass/angular2-hmr) and [@angularclass/hmr-loader](https://github.com/angularclass/angular2-hmr-loader)
2727

@@ -68,7 +68,7 @@ to ensure maintainable code by encapsulation of our behavior logic. A component
6868
app usually in a single file or a folder with each concern as a file: style, template, specs, e2e, and component class.
6969
Here's how it looks:
7070
```
71-
light-blue/angular2/
71+
light-blue/angular/
7272
├──config/ * our configuration
7373
| ├──helpers.js * helper functions for our configuration files
7474
│ ├──webpack.dev.js * our development webpack config
@@ -208,12 +208,12 @@ import * as _ from 'lodash';
208208
```
209209

210210
# Support, Questions, or Feedback
211-
> Contact us anytime for anything about this Light Blue or angular 4 consulting.
211+
> Contact us anytime for anything about Light Blue Template or Angular 5 consulting.
212212
213213
* [Twitter: @Flatlogic](https://twitter.com/Flatlogic)
214-
* [Email: contact@flatlogic.com](mailto:contact@flatlogic.com)
214+
* [Email: support@flatlogic.com](mailto:support@flatlogic.com)
215215

216216
# License
217217
[Wrapbootstrap licence](http://support.wrapbootstrap.com/knowledge_base/topics/usage-licenses).
218218

219-
Light Blue 3.5.0 is based on [angular2-webpack-starter](https://github.com/AngularClass/angular2-webpack-starter).
219+
Light Blue 4.0.1 is based on [angular2-webpack-starter](https://github.com/AngularClass/angular2-webpack-starter).

0 commit comments

Comments
 (0)