|
3 | 3 | <br> |
4 | 4 |
|
5 | 5 | # angular-webpack-skeleton |
6 | | -A simple skeleton project with Angular 4, Webpack 3 and Bootstrap 4 beta ready to use. |
| 6 | +A simple skeleton project with Angular 5, Webpack 3 and Bootstrap 4 beta ready to use. |
7 | 7 |
|
8 | 8 | You can fork or clone this repository and build your project on it. |
9 | 9 | I suggest to add this repo as git remote to your repository to be able to update your project with newer releases of this project. |
10 | 10 |
|
11 | 11 | ## Features |
12 | 12 | - Typescript 2 |
13 | | -- Angular 4 |
| 13 | +- Angular 5 |
14 | 14 | - [Ahead of Time (AOT)](https://angular.io/guide/aot-compiler) |
15 | 15 | - [Lazy loading](https://angular.io/guide/ngmodule#lazy-loading-modules-with-the-router) |
16 | 16 | - The new [HttpClient](https://angular.io/guide/http#httpclient) of Angular >= 4.3 |
@@ -47,6 +47,7 @@ I suggest to add this repo as git remote to your repository to be able to update |
47 | 47 |
|
48 | 48 |
|
49 | 49 | ## News |
| 50 | +- *09/17/2017* - Beta 3 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases) |
50 | 51 | - *08/11/2017* - Beta 2 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases) |
51 | 52 | - *08/10/2017* - Beta 1 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases) |
52 | 53 | - *07/27/2017* - Alpha 21 - Check [HERE](https://github.com/Ks89/Angular2-webpack2-skeleton/releases) |
@@ -87,7 +88,8 @@ angular-webpack-skeleton/ |
87 | 88 | │ ├─html-elements-plugin/ * webpack plugin to add css, icons... during the creation of html files |
88 | 89 | │ ├─head-config.common.js * list of files to be loaded by 'html-elements-plugin' |
89 | 90 | │ ├─helpers.js * helper functions for configuration files |
90 | | - │ ├─karma-test-runner.js * karma config for unit tests |
| 91 | + │ ├─karma.conf.js * karma config file for unit testing |
| 92 | + │ ├─karma-test-runner.js * karma test-runner file for unit testing |
91 | 93 | │ ├─protractor.conf.js * protractor config for e2e tests |
92 | 94 | │ ├─webpack.common.js * common webpack config (for both dev and prod) |
93 | 95 | │ ├─webpack.dev.js * local developmet webpack config |
@@ -161,11 +163,12 @@ angular-webpack-skeleton/ |
161 | 163 | │ └─typings.d.ts * custom types for Typescript |
162 | 164 | │ |
163 | 165 | ├─.bootstraprc * main bootstrap-loader config file |
164 | | - ├─karma.conf.js * karma config file for unit testing |
| 166 | + ├─karma.conf.js * main karma config file for unit testing |
165 | 167 | ├─protractor.config.js * main protractor config file for e2e testing |
166 | 168 | ├─tsconfig.json * Config file for Typescript |
167 | 169 | ├─tsconfig-aot.json * Config file for Typescript used by AOT compiler |
168 | | - └─tslit.json * TSLint config file |
| 170 | + ├─tslit.json * TSLint config file |
| 171 | + └─webpack.conf.js * main webpack config file |
169 | 172 | ``` |
170 | 173 |
|
171 | 174 |
|
|
0 commit comments