angular/angular.js
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
AngularJS - HTML enhanced for web apps!
AngularJS - HTML enhanced for web apps!
AngularJS [](https://circleci.com/gh/angular/workflows/angular.js/tree/master) ========= AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade/Pug and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding. To help you structure your application better and make it easy to test, AngularJS teaches the browser how to do dependency injection and inversion of control. It also helps with server-side communication, taming async callbacks with promises and deferred objects, and it makes client-side navigation and deep linking with hashbang urls or HTML5 pushState a piece of cake. Best of all? It makes development fun! -------------------- **AngularJS support has officially ended as of January 2022. [See what ending support means](https://docs.angularjs.org/misc/version-support-status) and [read the end of life announcement](https://goo.gle/angularjs-end-of-life).** **Visit [angular.io](https://angular.io) for the actively supported Angular.** -------------------- * Web site: https://angularjs.org * Tutorial: https://docs.angularjs.org/tutorial * API Docs: https://docs.angularjs.org/api * Developer Guide: https://docs.angularjs.org/guide * Contribution guidelines: [CONTRIBUTING.md](CONTRIBUTING.md) * Core Development: [DEVELOPERS.md](DEVELOPERS.md) * Dashboard: https://dashboard.angularjs.org Documentation -------------------- Go to https://docs.angularjs.org Contribute -------------------- We've set up a separate document f
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...