Essential Books
Using TypeScript with Require.js
suggest change
Found a mistake? Have a question or improvement idea?
Let me know
.
Feedback about page:
Feedback:
Optional: your email if you want me to get back to you:
Send Feedback
Cancel
Using TypeScript with Require.js:
*
Using Typescript with RequireJS
*
HTML example using requireJS CDN to include an already compiled TypeScript file.
*
tsconfig.json example to compile to view folder using requireJS import style.
Table Of Contents
0
Getting started
1
Importing external libraries
2
Classes
3
Strict null checks
4
Using TypeScript with React Native
5
Functions
6
Interfaces
7
Using TypeScript with Webpack
8
Generics
9
tsconfig.json
10
TypeScript core types
11
Integration with build tools
12
Publish TypeScript definition files
13
Class decorator
14
Mixins
15
Enums
16
TypeScript with AngularJS
17
TypeScript with SystemJS
18
Unit testing
19
TSLint
20
Basic examples
21
User-defined Type Guards
22
How to use a JavaScript library without a type definition file
23
Modules - exporting and importing
24
Why and when to use TypeScript
25
Debugging
26
Arrays
27
Installing and running TypeScript
28
Configure TypeScript project to compile all files in TypeScript
29
Using TypeScript with Require.js
30
Contributors