Closed lievenvg closed 5 years ago
The routerContext boolean of the Context Service always needs to be set with the value true to update the page title. This should not be needed, because this creates an extra listener on routechange.
routerContext
true
Steps to reproduce the behavior:
import { CookieconsentModule } from '@acpaas-ui/ngx-components/layout'; ContextModule.forRoot({ defaults: { title: 'Context title', }, routerContext: true, }),
routerContext shouldn't be needed.
Picked up by ACPaaS frontend team
Solved in #123
Describe the bug
The
routerContext
boolean of the Context Service always needs to be set with the valuetrue
to update the page title. This should not be needed, because this creates an extra listener on routechange.To Reproduce
Steps to reproduce the behavior:
Expected behavior
routerContext
shouldn't be needed.OS (please complete the following information):