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
发布数979
最新版本名称18.0.0-rc.0 (发布于 )
第一版名称2.0.0-alpha.13 (发布于 )
创建于2014-09-18 16:12:01
推送于2024-05-05 13:50:07
最后一次提交
星数94.6k
关注者数3k
派生数24.6k
提交数30.1k
已启用问题?
问题数27247
打开的问题数1296
拉请求数3545
打开的拉请求数194
关闭的拉请求数23347
已启用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:.

去到顶部