Angular6 解析器不工作,解析器不向组件发送数据

Angular6 Resolver not working, resolver not sending data to the component

我在 Angular6 中有一个 project,我正在使用解析器在加载组件之前获取数据,但它无法正常工作。正在调用解析器,但我没有在组件中获取任何数据。

这里是 stackblitz link : https://stackblitz.com/edit/angular-ebslwf

我刚刚玩过你的闪电战。

这是因为您的app.component.html没有使用<router-outlet>

试试这个:https://stackblitz.com/edit/angular-reading-data-from-resolver?file=src/app/hello.component.ts