Angular

现代 web 开发平台。「The modern web developer’s platform」

Github星跟蹤圖

Angular -- 现代 web 开发者的平台

Angular 是一个开发平台,用于构建移动和桌面 Web 应用程序。

使用 Typescript/JavaScript 和其他语言。

www.angular.io

Angular是使用 Typescript/JavaScript(JS)和其他语言构建移动和桌面Web应用程序的开发平台。

Angular是一种构建客户端应用程序的框架,用于HTML和JavaScript或类似于Script编译的语言。

该框架由几个库组成,其中一些是核心和一些可选的。
您通过使用Angularized标记编写HTML模板来编写Angular应用程序,编写组件类来管理这些模板,在服务中添加应用程序逻辑,以及在模块中加装组件和服务。
然后通过引导根模块启动应用程序。 Angular接管,在浏览器中显示您的应用程序内容,并根据您提供的说明响应用户交互。

主要指標

概覽
名稱與所有者angular/angular
主編程語言TypeScript
編程語言JavaScript (語言數: 9)
平台Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2014-09-18 16:12:01
推送於2025-04-25 17:15:27
最后一次提交
發布數1094
最新版本名稱20.0.0-next.8 (發布於 )
第一版名稱2.0.0-alpha.13 (發布於 )
用户参与
星數97.6k
關注者數3k
派生數26.2k
提交數32.9k
已啟用問題?
問題數29000
打開的問題數1440
拉請求數3732
打開的拉請求數153
關閉的拉請求數26316
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

Documentation

Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website.

Advanced

Development Setup

Prerequisites

Setting Up a Project

Install the Angular CLI globally:

npm install -g @angular/cli

Create workspace:

ng new [PROJECT NAME]

Run the application:

cd [PROJECT NAME]
ng serve

Angular is cross-platform, fast, scalable, has incredible tooling, and is loved by millions.

Quickstart

Get started in 5 minutes.

Ecosystem

Changelog

Learn about the latest improvements.

Upgrading

Check out our upgrade guide to find out the best way to upgrade your project.

Contributing

Contributing Guidelines

Read through our contributing guidelines to learn about our submission process, coding rules and more.

Want to Help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.

Code of Conduct

Help us keep Angular open and inclusive. Please read and follow our Code of Conduct.

Community

Join the conversation and help the community.

Love Angular badge

Love Angular? Give our repo a star :star: :arrow_up:.