daffSeoRouterTitleProvider

Configures an Angular application to track routing configuration and subsequently set title information in the document.

This provider is intended to only be imported exactly once in the root of the application.

@deprecated since Angular 14. See https://angular.io/api/router/TitleStrategy

Usage

@NgModule({
  providers: [
   daffSeoRouterTitleProvider()
  ],
})
export class AppModule { }

Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.