mirror of
https://github.com/github/codeql.git
synced 2025-12-29 23:26:34 +01:00
14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
/**
|
|
* Provides classes for working with AngularJS (also known as Angular 1.x)
|
|
* applications.
|
|
*
|
|
* NOTE: The API of this library is not stable yet and may change in
|
|
* the future.
|
|
*/
|
|
module AngularJS {
|
|
import AngularJS.AngularJSCore
|
|
import AngularJS.ServiceDefinitions
|
|
import AngularJS.DependencyInjections
|
|
import AngularJS.AngularJSExpressions
|
|
}
|