1
Creating Your First Web Application in Angular
Angular is a popular and modern JavaScript framework that can run on different platforms, including the web, desktop, and mobile. Angular applications are written in TypeScript, a superset of JavaScript that provides syntactic sugar, such as strong typing and object-oriented techniques.
Angular applications are created and developed using a command-line tool made by the Angular team called the Angular CLI. It automates many development tasks, such as scaffolding, testing, and deploying Angular applications, which would take much time to configure manually.
The popularity of the Angular framework is considerably reflected in its broad tooling support. The Visual Studio Code (VS Code) editor contains ...
Get Angular Projects - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.