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
> Clone/Download the repo then edit `app.ts` inside [`/src/app/app.ts`](/src/app/app.ts)
42
36
@@ -195,16 +189,14 @@ We have good experience using these editors:
195
189
*[Sublime Text](http://www.sublimetext.com/3) with [Typescript-Sublime-Plugin](https://github.com/Microsoft/Typescript-Sublime-plugin#installation)
196
190
197
191
# Frequently asked questions
198
-
* What's the current browser support for Angular 2 Alpha?
192
+
* What's the current browser support for Angular 2 Beta?
199
193
* Please view the updated list of [browser support for Angular 2](https://github.com/angularclass/awesome-angular2#current-browser-support-for-angular-2)
200
194
* Why is my service, aka provider, is not injecting parameter correctly?
201
-
* Please use `@Injectable()` for your service for typescript to correctly attach the metadata (this is a typescript beta problem)
195
+
* Please use `@Injectable()` for your service for typescript to correctly attach the metadata (this is a TypeScript problem)
202
196
* How do I run protractor with node 0.12.x?
203
-
* please check out this repo to use the old version of protractor https://github.com/AngularClass/angular2-webpack-starter/pull/146/files
197
+
* please check out this repo to use the old version of protractor [#146](https://github.com/AngularClass/angular2-webpack-starter/pull/146/files)
204
198
* Where do I write my tests?
205
-
* You can write your tests anywhere you like in the `/src` directory next to your components or in the `test/` folder
206
-
* Is Angular 2 production ready yet?
207
-
* No, please visit [Is Angular 2 Ready Yet?](http://splintercode.github.io/is-angular-2-ready/) website.
199
+
* You can write your tests next do your component files see [`/src/app/home/home.spec.ts`](/src/app/home/home.spec.ts)
208
200
* How do I start the app when I get `EACCES` and `EADDRINUSE` errors?
209
201
* The `EADDRINUSE` error means the port `3000` is currently being used and `EACCES` is lack of permission for webpack to build files to `./dist/`
0 commit comments