Angular Angular is a platform for building mobile and desktop web applications Join the community of millions of developers who build compelling user interfaces with Angular
Angular - Getting started with Angular Welcome to Angular! This tutorial introduces you to the essentials of Angular by walking you through building an e-commerce site with a catalog, shopping cart, and check-out form To help you get started right away, this tutorial uses a ready-made application that you can examine and modify interactively on StackBlitz —without having to set up a local work environment StackBlitz is a
Angular - CLI Overview and Command Reference The Angular CLI is a command-line interface tool that you use to initialize, develop, scaffold, and maintain Angular applications directly from a command shell
Angular - What is Angular? Angular is a development platform, built on TypeScript As a platform, Angular includes: A component-based framework for building scalable web applications A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more A suite of developer tools to help you develop, build, test, and update your code
Angular versioning and releases We recognize that you need stability from the Angular framework Stability ensures that reusable components and libraries, tutorials, tools, and learned practices don't become obsolete unexpectedly Stability is essential for the ecosystem around Angular to thrive
Angular - Create a new project A new workspace, with a root directory named angular-tour-of-heroes An initial skeleton application project in the src app subdirectory Related configuration files The initial application project contains a simple application that's ready to run Serve the application link Go to the workspace directory and launch the application
CLI Quickstart - ts - CLI-QUICKSTART - Angular The Angular CLI is a command line interface tool that can create a project, add files, and perform a variety of ongoing development tasks such as testing, bundling, and deployment
Angular coding style guide Angular coding style guide link Looking for an opinionated guide to Angular syntax, conventions, and application structure? Step right in This style guide presents preferred conventions and, as importantly, explains why Style vocabulary link Each guideline describes either a good or bad practice, and all have a consistent presentation
Angular - NgModel Description link The FormControl instance tracks the value, user interaction, and validation status of the control and keeps the view synced with the model If used within a parent form, the directive also registers itself with the form as a child control This directive is used by itself or as part of a larger form Use the ngModel selector to activate it It accepts a domain model as an