GitHub

daffSeoRouterMetaProvider

import { daffSeoRouterMetaProvider } from '@daffodil/seo/router'

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.

const daffSeoRouterMetaProvider: __function

Examples

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