mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 08:50:13 +01:00
feat(seo): add canonical tag (#5580)
This commit is contained in:
parent
c046c0d950
commit
d25cc1a4fb
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';
|
||||
|
|
@ -141,6 +142,7 @@ export const NB_CORE_PROVIDERS = [
|
|||
AnalyticsService,
|
||||
LayoutService,
|
||||
PlayerService,
|
||||
SeoService,
|
||||
StateService,
|
||||
AbService,
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue