即时使用角度4,我使用此代码:
this.location.prepareExternalUrl(this.location.path()) === '/cursos/aula'
用于删除3页中的导航栏,但在一个页面中我在URL中有params并且此代码不起作用。我怎么能捕获网址删除url中的navbar包含params? 例如:
this.location.prepareExternalUrl(this.location.path()) === '/cursos/aula?idCurso=3'
或
this.location.prepareExternalUrl(this.location.path()) === '/cursos/aula?idCurso=7'
答案 0 :(得分:0)
您可以尝试使用.includes()