mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
add meta data (#5641)
* fix(pages): fix titles and descriptions * fix(pages): titles and discriptions * fix(pages): tripple * fix(pages): fix titles * feat(app): add og logo
This commit is contained in:
parent
34b8e77d09
commit
ee88d60f8b
18 changed files with 112 additions and 30 deletions
|
|
@ -18,6 +18,7 @@ import { LandingSharedModule } from './shared/landing-shared.module';
|
|||
import { DOCS, STRUCTURE } from './app.options';
|
||||
const docs = require('../output.json');
|
||||
import { structure } from '../structure';
|
||||
import {MetadataService} from '../../src/app/@core/utils/metadata.service';
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
|
|
@ -36,6 +37,7 @@ import { structure } from '../structure';
|
|||
bootstrap: [AppComponent],
|
||||
providers: [
|
||||
Title,
|
||||
MetadataService,
|
||||
{ provide: STRUCTURE, useValue: structure },
|
||||
{ provide: DOCS, useValue: docs },
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue