Run it in the Browser
Video Lecture
Description
Create a file called foo.html
1 2 3 4 5 6 7 8 9 10 |
|
Add these lines to the end of your foo.ts
1 2 3 |
|
Recompile
tsc foo.ts
And open foo.html in your browser.
Create a file called foo.html
1 2 3 4 5 6 7 8 9 10 |
|
Add these lines to the end of your foo.ts
1 2 3 |
|
Recompile
tsc foo.ts
And open foo.html in your browser.