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
發布數976
最新版本名稱18.0.0-next.6 (發布於 )
第一版名稱2.0.0-alpha.13 (發布於 )
創建於2014-09-18 16:12:01
推送於2024-04-28 00:06:39
最后一次提交
星數94.5k
關注者數3k
派生數24.6k
提交數30k
已啟用問題?
問題數27213
打開的問題數1287
拉請求數3541
打開的拉請求數193
關閉的拉請求數23283
已啟用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:.

去到頂部