docs: branding fixes (#14132)

Angular 1.x -> AngularJS
Angular 1 -> AngularJS
Angular1 -> AngularJS
Angular 2+ -> Angular
Angular 2.0 -> Angular
Angular2 -> Angular

I have deliberately not touched any of the symbol names as that would cause big merge collisions with Tobias's work.

All the renames are in .md, .json, and inline comments and jsdocs.

PR Close #14132
This commit is contained in:
Igor Minar
2017-01-26 22:30:42 -08:00
committed by Miško Hevery
parent 5a997ef4f0
commit da41a954b5
70 changed files with 235 additions and 244 deletions

View File

@ -10,7 +10,7 @@ import {getDOM} from '../dom/dom_adapter';
/**
* A service that can be used to get and set the title of a current HTML document.
*
* Since an Angular 2 application can't be bootstrapped on the entire HTML document (`<html>` tag)
* Since an Angular application can't be bootstrapped on the entire HTML document (`<html>` tag)
* it is not possible to bind to the `text` property of the `HTMLTitleElement` elements
* (representing the `<title>` tag). Instead, this service can be used to set and get the current
* title value.

View File

@ -14,7 +14,7 @@ import {AngularTools} from './common_tools';
const context = <any>global;
/**
* Enabled Angular 2 debug tools that are accessible via your browser's
* Enabled Angular debug tools that are accessible via your browser's
* developer console.
*
* Usage:
@ -32,7 +32,7 @@ export function enableDebugTools<T>(ref: ComponentRef<T>): ComponentRef<T> {
}
/**
* Disables Angular 2 tools.
* Disables Angular tools.
*
* @experimental All debugging apis are currently experimental.
*/