Typescript is a superset of Javascript It adds additional features to the Javascript It is strictly typed. It throws an error during compile time where as Javascript won't It improves the productivity
Single-page applications are the modern method of app creation. These apps are accessed from the browser and don't require a page load while using. Advantages Faster Development code reusability performance easy maintenance