-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Conversation
``` | ||
and visit : http://localhost:8000/app/ | ||
|
||
## Upgrading |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed for the readme? on another note "upgrading" sounded to vague to me.
Thanks @basarat 🌻; just a few comments. |
Addressed the comments:
|
tsc --watch --p e2e-tests | ||
``` | ||
|
||
That's it. You have typescript setup and ready to go. You can follow the steps of JavaScript ([README-JS](./README-JS.md)) from this point on in a new window starting at the install dependencies section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: You can, then, follow the standard steps for seeded AngularJS web app in a new window, using README-JS starting at the section, Install Dependencies.
Thanks @basarat. The instruction is very easy to follow when I tried it out :) Just small suggestions otherwise the PR look good 👍 🌷 |
|
||
angular.module('myApp.version.interpolate-filter', []) | ||
|
||
.filter('interpolate', ['version', function(version) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it'd be great if this sample worked under --noImplicitAny
. Maybe in a future PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Thanks again @basarat ! |
As requested in #12
Details available in README.md : https://github.com/basarat/TypeScriptSamples/blob/angular1/angular1/README.md which is a part of this PR 🌹