子慕大诗人
子慕大诗人
嗯 nice 支持 支持
你json文件里内容的格式是不是有问题
https://github.com/jaegertracing/jaeger-ui/pull/823 I hope it can be solved as soon as possible!
直接改title并不生效呢,然后我改造了一下,引入了platform-browser的Title,才真正改到标题了 `constructor(private appService:AppService,private title:Title){ this.appService.titleEventEmitter.subscribe((value:string)=>{ if(value){ this.title.setTitle(value); } }) }`
component里定义title属性,标签,并没有被修改
app routes通过loadChildren载入了MainModule,app.module又注入了MainModule,这样可能会重复注册路由额,本来访问/app/home的,现在直接访问/home,你看路由是不是单独载入了home.compontent
@Cherry-Puppy 更新了
@Pandolar 更新了
@pwpow 更新了
@linuxxx 更新了