Skip to content

Commit a264058

Browse files
committed
7d8ae2e docs(): fix a typo: patform -> platform
1 parent 44d1bbe commit a264058

762 files changed

Lines changed: 843 additions & 843 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon Apr 18 20:28:35 UTC 2016
2-
75463cd8df67805d266ee4e8b3e29665b569ebe3
1+
Mon Apr 18 21:45:12 UTC 2016
2+
7d8ae2e41f271e39231b73dde8513b493f81867e

animate.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

animate/testing.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundles/angular2-all-testing.umd.dev.js

Lines changed: 14 additions & 14 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.dev.js

Lines changed: 12 additions & 12 deletions
Large diffs are not rendered by default.

bundles/angular2-all.umd.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ return /******/ (function(modules) { // webpackBootstrap
170170
*
171171
* ## Lifecycle hooks
172172
*
173-
* When the component class implements some {@link angular2/lifecycle_hooks} the callbacks are
174-
* called by the change detection at defined points in time during the life of the component.
173+
* When the component class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
174+
* are called by the change detection at defined points in time during the life of the component.
175175
*
176176
* ### Example
177177
*
@@ -497,8 +497,8 @@ return /******/ (function(modules) { // webpackBootstrap
497497
*
498498
* ## Lifecycle hooks
499499
*
500-
* When the directive class implements some {@link angular2/lifecycle_hooks} the callbacks are
501-
* called by the change detection at defined points in time during the life of the directive.
500+
* When the directive class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
501+
* are called by the change detection at defined points in time during the life of the directive.
502502
*
503503
* ### Example
504504
*
@@ -4270,7 +4270,7 @@ return /******/ (function(modules) { // webpackBootstrap
42704270
* to an existing `token`.
42714271
* See {@link ProviderBuilder} for more details.
42724272
*
4273-
* The `token` is most commonly a class or {@link angular2/di/OpaqueToken}.
4273+
* The `token` is most commonly a class or {@link OpaqueToken-class.html}.
42744274
*
42754275
* @deprecated
42764276
*/
@@ -6004,8 +6004,8 @@ return /******/ (function(modules) { // webpackBootstrap
60046004
*
60056005
* ## Lifecycle hooks
60066006
*
6007-
* When the directive class implements some {@link angular2/lifecycle_hooks} the callbacks are
6008-
* called by the change detection at defined points in time during the life of the directive.
6007+
* When the directive class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
6008+
* are called by the change detection at defined points in time during the life of the directive.
60096009
*
60106010
* ### Example
60116011
*
@@ -6267,8 +6267,8 @@ return /******/ (function(modules) { // webpackBootstrap
62676267
*
62686268
* ## Lifecycle hooks
62696269
*
6270-
* When the component class implements some {@link angular2/lifecycle_hooks} the callbacks are
6271-
* called by the change detection at defined points in time during the life of the component.
6270+
* When the component class implements some {@link ../../guide/lifecycle-hooks.html} the callbacks
6271+
* are called by the change detection at defined points in time during the life of the component.
62726272
*
62736273
* ### Example
62746274
*
@@ -9949,7 +9949,7 @@ return /******/ (function(modules) { // webpackBootstrap
99499949
*/
99509950
exports.APP_COMPONENT_REF_PROMISE = lang_1.CONST_EXPR(new di_1.OpaqueToken('Promise<ComponentRef>'));
99519951
/**
9952-
* An {@link angular2/di/OpaqueToken} representing the application root type in the {@link
9952+
* An {@link OpaqueToken-class.html} representing the application root type in the {@link
99539953
* Injector}.
99549954
*
99559955
* ```
@@ -37575,7 +37575,7 @@ return /******/ (function(modules) { // webpackBootstrap
3757537575
* to route lifecycle hooks, like {@link CanActivate}.
3757637576
*
3757737577
* `ComponentInstruction`s are [hash consed](https://en.wikipedia.org/wiki/Hash_consing). You should
37578-
* never construct one yourself with "new." Instead, rely on {@link Router/RouteRecognizer} to
37578+
* never construct one yourself with "new." Instead, rely on router's internal recognizer to
3757937579
* construct `ComponentInstruction`s.
3758037580
*
3758137581
* You should not modify this object. It should be treated as immutable.

common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)