Skip to content

Commit 281446f

Browse files
committed
Better comment.
1 parent c9200a5 commit 281446f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

demos/run-block-angular2/index.htm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ <h1>
5252
MyService,
5353

5454
// Here, we're using the APP_INITIALIZER multi-token to provide
55-
// additional factory functions that can be run after the app is
56-
// initialized, but before the root component is mounted. Much
57-
// like the .run() blocks in AngularJS 1.x, this allows us to
58-
// instantiate services that may otherwise not be required by
59-
// any particular component.
55+
// additional factory functions that can be run during the
56+
// application bootstrapping, but finish before the root
57+
// component is mounted. Much like the .run() blocks in AngularJS
58+
// 1.x, this allows us to instantiate services that may otherwise
59+
// not be required by any particular component.
6060
ng.core.provide(
6161
ng.core.APP_INITIALIZER,
6262
{

0 commit comments

Comments
 (0)