Resolver Emitting Error ` ERROR Error: “[object Object]” `
问题 I'm having a problem with regards of implementing a resolver on my routes as it has no issue until I include InitialDataResolver on my routing module. pages-routing.module.ts import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { FrontComponent } from '../layouts/front/front.component'; import { HomeComponent } from './home/home.component'; import { DocsComponent } from './docs/docs.component'; import { InitialDataResolver } from './..