Skip to content

Commit ed26a15

Browse files
authored
Merge pull request PatrickJS#124 from damienbod/gh-pages
Webpack chapter
2 parents fbbdc83 + 0ec51cf commit ed26a15

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Table of contents:
3434
* [Router](#router)
3535
* [Test](#test)
3636
* [Angular CLI](#angular-cli)
37+
* [Webpack](#webpack)
3738
* [Series](#series)
3839
* [Video Tutorials](#video-tutorials)
3940
* [Style Guides](#style-guides)
@@ -213,6 +214,15 @@ Http is available as an injectable class, with methods to perform http requests.
213214
* [Official web page](https://cli.angular.io/)
214215
* [Official repository](https://github.com/angular/angular-cli)
215216

217+
#### Webpack
218+
* [Official web page](https://webpack.github.io/)
219+
* [Angular 2 Webpack from preboot](https://github.com/preboot/angular2-webpack)
220+
* [Angular 2 Webpack starter from AngularClass](https://github.com/AngularClass/angular2-webpack-starter)
221+
* [Angular 2 Webpack with Visual Studio ASP.NET Core from damienbod](https://github.com/damienbod/Angular2WebpackVisualStudio)
222+
* [Angular 2 Typescript Webpack from schempy](https://github.com/schempy/angular2-typescript-webpack)
223+
* [Angular 2 Webpack Tour of Heroes from michaelbazos](https://github.com/michaelbazos/angular2-starter) - Tour of Heroes official typescript tutorial built with webpack
224+
* [Angular2 ASP.NET Core Spa from SteveSandersonMS](https://github.com/aspnet/JavaScriptServices/tree/dev/templates/Angular2Spa)
225+
216226
#### Series
217227
* Ionic
218228
* Angular 2

0 commit comments

Comments
 (0)