Theodo interview question

Is Angular2 a TypeScript framework?

Interview Answer

Anonymous

11 May 2021

No, TypeScript isn't even related to Angular2. TypeScript is a superset of JavaScript's parent ECMAScript (3) which implements desired programming theories into JS. Angular2 is a JavaScript framework which is a subset of JavaScript which implements MVC (model-view-controller) methodology into JS.