File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments