Skip to content

Ngx meta.ngxmetaroutingmodule

Home > @davidlj95/ngx-meta > NgxMetaRoutingModule

NgxMetaRoutingModule class

Enables managing metadata of a page by specifying it in its Angular Route#data

Use NgxMetaRoutingModule.forRoot() method. Importing the module class alone does nothing.

Check out provideNgxMetaRouting() for the standalone, recommended API.

Signature:

export declare class NgxMetaRoutingModule 

Methods

Method Modifiers Description
forRoot() static

Enables managing metadata of a page by specifying it in its Angular Route#data

Use NgxMetaRoutingModule.forRoot() method. Importing the module class alone does nothing.

Check out provideNgxMetaRouting() for the standalone, recommended API.