daffSeoRouterMetaProvider

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

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

Usage

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

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