- TypeScript is a superset of JavaScript.
- TypeScript offers more features than vanilla JavaScript, like classes, interfaces and types
- TypeScript does not run in the browser, types script is compiled to java script by Angular CLI and then the JavaScript is going to run in the browser.