Opleiding: TypeScript Programming
In the course Typescript Programming participants learn to apply the TypeScript language in modern Web applications.Strong Typing
In particular, Typescript provides strong typing instead of the original weak typing in JavaScript. In TypeScript errors are therefore already detected during compilation instead of at run-time.
TypeScript Fundamentals
The course starts with an overview of TypeScript and the features of the newest ECMA JavaScript standards. Next the installation of TypeScript, possible development environments and the use of various types in Typescript is discussed.
Callbacks and Closures
Attention is also paid to functions in Typescript where callbacks, closures and type guards are treated.
Classes and Objects
Also object oriented programming with TypeScript classes, constructors, inheritance and interfaces is part of the course program.
Generics and Modules
Finally attention is given to generics, the parameterization of types and the use of modules and namespaces in TypeScript. After completion of the course participants understand the capabilities of TypeScript which is, amongst other uses, also used in the Angular JavaScript Framework from version to onwards.
Audience Course TypeScript Programming
The course TypeScript Programming is intended for Web Developers who want to use Typescript and the newest ECMAScript standards to develop the front end of modern web applications.
Prerequisites Course TypeScript Programming
Experience with JavaScript and a good knowledge of JavaScript is required to participate in this course.
Realization Training TypeScript Programming
The theory is treated with on the basis of presentation slides. The concepts are illustrated with demos. The theory is interspersed with exercises. The course times are from 9.30 to 16.30.
Certification Course TypeScript Programming
The participants receive an official certificate TypeScript Programming after successful completion of the course.
Modules
Module 1 : TypeScript Intro
- What is TypeScript?
- TypeScript Intro
- TypeScript Characteristics
- Features of TypeScript
- Benefits of TypeScript
- Components of JavaScript
- Installing TypeScript
- TypeScript Playground
- Environment Setup
- Debugging TypeScript
- Typescript IDE’s
- Visual Studio Code
- WebStorm
- Hello TypeScript
Module 2 : Language Syntax
- TypeScript Identifiers
- TypeScript Keywords
- TypeScript Syntax
- TypeScript Object Orientation
- TypeScript Types
- Handling Types
- Built-in Types
- TypeScript Variables
- Variable Declarations
- Type Assertion
- Variable Scope
- Operators
- Control Flow
- Structural Typing
Module 3 : ECMAScript 6
- Arrow Functions
- Enhanced Object Literals
- Template Strings
- Destructuring
- Spread
- Hoisting
- let Variables
- const Keyword
- Unicode
- Proxies
- Symbols
- Promises
- Reflect api
- Tail calls
Module 4 : Functions
- Return Type
- Parameter Passing
- Optional Parameters
- Default Parameters
- Variable Arguments
- Anonymous Functions
- Function Constructor
- Recursion
- Lambda Functions
- Syntactic Variations
- Function Overloading
- Overloading Examples
- Specialized Overload Signature
Module 5 : Complex Types
- Arrays Intro
- Accessing Array Elements
- Array Class
- Array Methods
- More Methods
- Functional Methods
- Array Destructuring
- Passing and Returning Arrays
- Tuples
- Tuple Operations
- Unions
- Unions and Arrays
- Enums
Module 6 : Classes and Objects
- Classes in TypeScript
- Variables and Methods
- Constructors
- Creating Instance Variables
- Class Inheritance
- Method Overriding
- static Members
- Encapsulation
- Access Modifiers
- Interfaces
- Overloading with super
- Factory Pattern
- Decorators
Module 7 : Generics
- Generics Explained
- Generic Example
- Generic Syntax
- Instantiating Generic Classes
- Using type T
- Constraining Type of T
- Generic Interfaces
- Generic Object Creation
- Bounded Type Parameter
- Runtime Type checking
- Generic Function
- Reflection
- Checking Object for Function
- Interface Checking with Generics
Module 8 : Modules
- Module Keyword
- Declaration File
- Global variables
- Internal Modules
- External Modules
- Working with Modules
- Namespaces
- Export and Import
- Module Systems
- Generated for AMD
- Generated for CommonJS
- Module Merging
- TypeScript Definiton Manager
- Querying for Packages