# AngularJS

## [`AngularJS`](https://angularjs.org/) *(plugin* [*`rx.angular.js`*](https://github.com/Reactive-Extensions/rx.angular.js)*)*

Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and Array#extras style operators.

Data sequences can take many forms, such as a stream of data from a file or web service, web services requests, system notifications, or a series of events such as user input.

Reactive Extensions represents all these data sequences as observable sequences. An application can subscribe to these observable sequences to receive asynchronous notifications as new data arrive.

This library provides bridges to the popular [Angular JS](http://angularjs.org) library.

## Reactive Extensions Binding for the AngularJS API

This section contains the reference documentation for the Reactive Extensions for AngularJS library.

Factories:

* [`rx`](/rxjs-book/summary/rxjs_bindings/angular.md#rx)
* [`observeOnScope`](/rxjs-book/summary/rxjs_bindings/angular.md#observeonscopescope-watchexpression-objectequality)

Observable Methods:

* [`safeApply`](/rxjs-book/summary/rxjs_bindings/angular.md#safeapplyscope-fn)

[`$rootScope`](http://docs.angularjs.org/api/ng.$rootScope) Methods:

* [`$createObservableFunction`](/rxjs-book/summary/rxjs_bindings/angular.md#createobservablefunctionfunctionname-listener)
* [`$toObservable`](/rxjs-book/summary/rxjs_bindings/angular.md#toobservablewatchexpression-objectequality)
* [`$eventToObservable`](/rxjs-book/summary/rxjs_bindings/angular.md#eventtoobservable)


---

# 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://soufatn.gitbook.io/rxjs-book/summary/rxjs_bindings/angular.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.
