You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're setting the title programmatically and you are clicking on the same route twice, the title is empty. On the first click, ngOnInit is called and the title is set. On the second click, the method isn't called again, and the ng2-meta plugin uses the title from the route (which is not definded, because i want to set the title programmatically).
Perhaps there should be a configuration flag (per route) for disabling the route titles.
The text was updated successfully, but these errors were encountered:
This is not documented in the README.md at the moment. Would you be up to edit the Options section and mention that this can be used to disable updates for a particular route?
Just ran into the same problem with redirecting to self, we wanted to load a default when nothing was selected. then redirect to self with some more info.
If you're setting the title programmatically and you are clicking on the same route twice, the title is empty. On the first click, ngOnInit is called and the title is set. On the second click, the method isn't called again, and the ng2-meta plugin uses the title from the route (which is not definded, because i want to set the title programmatically).
Perhaps there should be a configuration flag (per route) for disabling the route titles.
The text was updated successfully, but these errors were encountered: