The faq on `forRoot` implies that you cannot and should not call `forRoot` for an import outside the AppModule. This is technically incorrect. This commit clarifies the statement and refers the reader to the hierarchical injectors guide. fixes #29002 PR Close #42361