|
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 |
2 | 2 |
|
3 | 3 | #### A build of App with JIT compilation is unavailable now, only AOT. Please see this issue: https://github.com/gdi2290/angular-starter/issues/1921
|
4 | 4 |
|
5 |
| -> An angular 4 application featuring [angular 4](https://angular.io) |
| 5 | +> An angular 5 application featuring [angular 5](https://angular.io) |
6 | 6 | ([Router](https://angular.io/docs/js/latest/api/router/), [Forms](https://angular.io/docs/js/latest/api/forms/),
|
7 | 7 | [Http](https://angular.io/docs/js/latest/api/http/),
|
8 | 8 | [TypeScript](http://www.typescriptlang.org/),
|
|
13 | 13 |
|
14 | 14 | > This is a full version of Light Blue with Angular Final Release support. Seed version is also available.
|
15 | 15 |
|
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. |
17 | 17 | 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. |
19 | 19 | * Unique to admin templates stylish and unobtrusive design
|
20 | 20 | * 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. |
22 | 22 | * Ahead of Time (AoT) compile for rapid page loads of your production builds.
|
23 | 23 | * 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. |
25 | 25 | * Type manager with @types
|
26 | 26 | * 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)
|
27 | 27 |
|
@@ -68,7 +68,7 @@ to ensure maintainable code by encapsulation of our behavior logic. A component
|
68 | 68 | app usually in a single file or a folder with each concern as a file: style, template, specs, e2e, and component class.
|
69 | 69 | Here's how it looks:
|
70 | 70 | ```
|
71 |
| -light-blue/angular2/ |
| 71 | +light-blue/angular/ |
72 | 72 | ├──config/ * our configuration
|
73 | 73 | | ├──helpers.js * helper functions for our configuration files
|
74 | 74 | │ ├──webpack.dev.js * our development webpack config
|
@@ -208,12 +208,12 @@ import * as _ from 'lodash';
|
208 | 208 | ```
|
209 | 209 |
|
210 | 210 | # 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. |
212 | 212 |
|
213 | 213 | * [Twitter: @Flatlogic](https://twitter.com/Flatlogic)
|
214 |
| -* [Email: contact@flatlogic.com](mailto:contact@flatlogic.com) |
| 214 | +* [Email: support@flatlogic.com](mailto:support@flatlogic.com) |
215 | 215 |
|
216 | 216 | # License
|
217 | 217 | [Wrapbootstrap licence](http://support.wrapbootstrap.com/knowledge_base/topics/usage-licenses).
|
218 | 218 |
|
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