# Angular 1.x

As of this writing, all versions lower than `Angular 2` will be known as `AngularJS` and all version equal to or greater than Angular2 will be simply referred to as `Angular`

## Lesson Plan for AngularJS:

* Beginner
  1. [Angular Basics v1.5.5](http://www.angularjsbook.com/angular-basics/chapters/introduction/)
* Intermediate
* Advanced
  1. [Password Strength Meter in AngularJS](https://scotch.io/tutorials/password-strength-meter-in-angularjs)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shoppinpal.gitbook.io/docs-shoppinpal-com/5.-the-frontend/angular-1.x.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
