Angular

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

Github stars Tracking Chart

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

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

使用 Typescript/JavaScript 和其他语言。

www.angular.io

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

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

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

Overview

Name With Ownerangular/angular
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 9)
PlatformLinux, Mac, Windows
License:MIT License
Release Count974
Last Release Name18.0.0-next.5 (Posted on )
First Release Name2.0.0-alpha.13 (Posted on )
Created At2014-09-18 16:12:01
Pushed At2024-04-21 17:12:18
Last Commit At
Stargazers Count94.5k
Watchers Count3k
Fork Count24.6k
Commits Count29.9k
Has Issues Enabled
Issues Count27177
Issue Open Count1306
Pull Requests Count3537
Pull Requests Open Count221
Pull Requests Close Count23182
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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:.

To the top