You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@
27
27
28
28
> If you're looking for something easier to get started with then see the offical angular2-seed that I also maintain [angular/angular2-seed](https://github.com/angular/angular2-seed)
29
29
30
+
> If you're looking to add Angular 2 Material Design we have a branch [material2](https://github.com/AngularClass/angular2-webpack-starter/tree/material2)
31
+
30
32
This seed repo serves as an Angular 2 starter for anyone looking to get up and running with Angular 2 and TypeScript fast. Using a [Webpack](http://webpack.github.io/) for building our files and assisting with boilerplate. We're also using Protractor for our end-to-end story and Karma for our unit tests.
31
33
* Best practices in file and application organization for Angular 2.
32
34
* Ready to go build system using Webpack for working with TypeScript.
@@ -311,6 +313,8 @@ see [typings/registry](https://github.com/typings/registry)
311
313
* We are using inline source-maps and hot module replacement which will increase the bundle size.
312
314
* If you're in China
313
315
* check out https://github.com/cnpm/cnpm
316
+
* If you're looking to add Angular 2 Material Design
317
+
* check out the [material2](https://github.com/AngularClass/angular2-webpack-starter/tree/material2) branch
314
318
315
319
# Support, Questions, or Feedback
316
320
> Contact us anytime for anything about this repo or Angular 2
0 commit comments