Go to file
Ajit Singh 806d7aa22c docs: add documentation for ngNonBindable (#36560)
ngNonBindable documentation was not present, on docs site added documentation for ngNonBindable. With this template primitive, Angular won't
evaluate expressions in elements.

Fixes #28577 Fixes #19497

PR Close #36560
2020-11-17 11:56:46 -08:00
.circleci test(compiler-cli): generate golden files for partial compilation (#39617) 2020-11-13 11:25:56 -08:00
.devcontainer
.github ci: update angular-robot config for L2 triage of PRs (#39655) 2020-11-13 13:40:05 -08:00
.ng-dev test(compiler-cli): create "full compile" compliance test rules (#39617) 2020-11-13 11:25:56 -08:00
.vscode
.yarn
aio docs: add documentation for ngNonBindable (#36560) 2020-11-17 11:56:46 -08:00
dev-infra
docs
goldens ci: fix integration payload size (#39713) 2020-11-16 11:43:49 -08:00
integration build: update zone.js version to 0.11.3 (#39317) 2020-11-12 13:51:29 -08:00
modules
packages perf(compiler): use raw bytes to represent utf-8 encoded strings (#39694) 2020-11-17 10:09:28 -08:00
scripts build: update zone.js version to 0.11.3 (#39317) 2020-11-12 13:51:29 -08:00
third_party
tools
.bazelignore
.bazelrc
.bazelversion
.clang-format
.editorconfig
.gitattributes
.gitignore
.gitmessage
.mailmap
.nvmrc
.pullapprove.yml docs: add doc with list of example apps currently in aio (#39295) 2020-11-13 11:34:43 -08:00
.yarnrc
BUILD.bazel
CHANGELOG.md release: cut the v11.0.0 release 2020-11-11 15:42:08 -08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md docs: improve commit message format documentation (#39705) 2020-11-16 09:08:57 -08:00
LICENSE
README.md
WORKSPACE
browser-providers.conf.js
gulpfile.js
karma-js.conf.js
package.json
test-events.js
test-main.js
tslint.json test(compiler-cli): create "full compile" compliance test rules (#39617) 2020-11-13 11:25:56 -08:00
yarn.lock
yarn.lock.readme.md

README.md

Angular - One framework. Mobile & desktop.

angular-logo
Angular is a development platform for building mobile and desktop web applications
using Typescript/JavaScript and other languages.

www.angular.io

Contributing Guidelines · Submit an Issue · Blog

CI status   Angular on npm   Discord conversation


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

Quickstart

Get started in 5 minutes.

Ecosystem

angular ecosystem logos

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 in the hotlist: community-help.

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 ⬆️.