Created
April 4, 2016 02:32
-
-
Save fay-jai/e2a0a20c96eb47dd9ac9b49bc0c6fa0e to your computer and use it in GitHub Desktop.
Exploring Typescript Internal and External Modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Typescript Modules</title> | |
</head> | |
<body> | |
<script src="build/module1.js"></script> | |
<script src="build/module2.js"></script> | |
<script src="build/app.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment