Guide: i18n and l10n
  • References/JavaScript/AngularJS/Guide

Internationalization (i18n) is the process of developing products in such a way that they can be localized for languages and cultures easily. Localization (l10n), is the process

2025-01-10 15:47:30
Guide: Introduction
  • References/JavaScript/AngularJS/Guide

AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components

2025-01-10 15:47:30
Guide: Security
  • References/JavaScript/AngularJS/Guide

This document explains some of AngularJS's security features and best practices that you should keep in mind as you build your application.

2025-01-10 15:47:30
Guide: Directives
  • References/JavaScript/AngularJS/Guide

Note: this guide is targeted towards developers who are already familiar with AngularJS basics. If you're just getting started, we recommend the tutorial

2025-01-10 15:47:30
Guide: Modules
  • References/JavaScript/AngularJS/Guide

You can think of a module as a container for the different parts of your app â controllers, services, filters, directives, etc. Why

2025-01-10 15:47:30
Guide: Services
  • References/JavaScript/AngularJS/Guide

Angular services are substitutable objects that are wired together using dependency injection

2025-01-10 15:47:30
Guide: Unit Testing
  • References/JavaScript/AngularJS/Guide

Improve this Doc JavaScript is a dynamically typed language which comes with great power of expression, but it also comes with almost no help from the compiler. For this reason we feel very strongly that any code written in JavaScript needs to come with a strong set of tests. We have built many features into Angular which make testing your Angular applications easy. With Angular, there is no excuse for not testing. Separation of Concerns Unit testing, as the name implies, is about testing ind

2025-01-10 15:47:30
Guide: Animations
  • References/JavaScript/AngularJS/Guide

AngularJS provides animation hooks for common directives such as ngRepeat, ngSwitch, and ngView, as well as custom directives via the

2025-01-10 15:47:30
Guide: Filters
  • References/JavaScript/AngularJS/Guide

A filter formats the value of an expression for display to the user. They can be used in view templates, controllers or services and it is easy to define your own filter.

2025-01-10 15:47:30
Guide: Controllers
  • References/JavaScript/AngularJS/Guide

In Angular, a Controller is defined by a JavaScript constructor function that is used to augment the

2025-01-10 15:47:30