Open Internet by MindsNet
angular/angular
Repository: angular/angular Stars: 100852 Forks: 27401 Primary language: TypeScript Discovery sources: trending:daily Selection score: 81.66 Usefulness score: 9.7 Source confidence score: 3.5 Languages: TypeScript, JavaScript, HTML, Starlark, CSS, SCSS Topics: angular, javascript, pwa, typescript, web, web-framework, web-performance Summary: Deliver web apps with confidence 🚀 README excerpt: <h1 align="center">Angular - The modern web developer's platform</h1> <p align="center"> <img src="adev/src/assets/images/press-kit/angular_icon_gradient.gif" alt="angular-logo" width="120px" height="120px"/> <br> <em>Angular is a development platform for building mobile and desktop web applications <br> using TypeScript/JavaScript and other languages.</em> <br> </p> <p align="center"> <a href="https://angular.dev/"><strong>angular.dev</strong></a> <br> </p> <p align="center"> <a href="CONTRIBUTING.md">Contributing Guidelines</a> · <a href="https://github.com/angular/angular/issues">Submit an Issue</a> · <a href="https://blog.angular.dev/">Blog</a> <br> <br> </p> <p align="center"> <a href="https://www.npmjs.com/@angular/core"> <img src="https://img.shields.io/npm/v/@angular/core.svg?logo=npm&logoColor=fff&label=NPM+package&color=limegreen" alt="Angular on npm" /> </a> </p> <hr> ## Documentation Get started with Angular, learn the fundamentals and explore advanced topics on our documentation website. - [Getting Started][quickstart] - [Architecture][architecture] - [Components and Templates][componentstemplates] - [Forms][forms] - [API][api] ### Advanced - [Angular Elements][angularelements] - [Server Side Rendering][ssr] - [Schematics][schematics] - [Lazy Loading][lazyloading] - [Animations][animations] ### Local Development To contribute to the Angular Docs, check out the [Angular.dev README](adev/README.md) ## Development Setup ### Prerequisites - Install [Node.js] which includes [Node Package Manager][npm] ### Setting Up a Project Install the Angular CLI globally: ``` np
Computing & Technology, Computer Science, Web Development