mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
feat(seo): add canonical tag (#5578)
This commit is contained in:
parent
6837d1f3c2
commit
76d31dadbc
4 changed files with 65 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ import {
|
|||
AnalyticsService,
|
||||
LayoutService,
|
||||
PlayerService,
|
||||
SeoService,
|
||||
StateService,
|
||||
} from './utils';
|
||||
import { UserData } from './data/users';
|
||||
|
|
@ -140,6 +141,7 @@ export const NB_CORE_PROVIDERS = [
|
|||
AnalyticsService,
|
||||
LayoutService,
|
||||
PlayerService,
|
||||
SeoService,
|
||||
StateService,
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue