File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { IgxPreventDocumentScrollModule } from '../../../../src/app/directives/p
1010import { AppComponent } from './app.component' ;
1111import { GridCRMComponent } from './grid-crm/grid-crm.component' ;
1212import { AppRoutingModule } from './app-routing.module' ;
13+ import { SEOService } from '../../../app-lob/src/app/seo.service' ;
1314
1415@NgModule ( {
1516 bootstrap : [ AppComponent ] ,
@@ -33,7 +34,7 @@ import { AppRoutingModule } from './app-routing.module';
3334 IgxPreventDocumentScrollModule ,
3435 HammerModule
3536 ] ,
36- providers : [ ]
37+ providers : [ SEOService ]
3738} )
3839export class AppModule { }
3940
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import { AppComponent } from './app.component';
1313import { HomeComponent } from './home/home.component' ;
1414import { DocsLayoutComponent } from './index/docs-layout.component' ;
1515import { IndexComponent } from './index/index.component' ;
16+ import { SEOService } from './seo.service' ;
1617@NgModule ( {
1718 bootstrap : [ AppComponent ] ,
1819 declarations : [
@@ -36,6 +37,9 @@ import { IndexComponent } from './index/index.component';
3637 HttpClientModule ,
3738 HammerModule ,
3839 IgxExtrasModule
40+ ] ,
41+ providers : [
42+ SEOService
3943 ]
4044} )
4145export class AppModule { }
You can’t perform that action at this time.
0 commit comments