File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ import { NewsService } from './shared/news/news.service';
2121import { SafeHtmlPipe } from './shared/pipes/sanitize.pipe' ;
2222import { FloatingFeedbackComponent } from './shared/floating-feedback/floating-feedback.component' ;
2323
24- @NgModule ( { declarations : [
24+ @NgModule ( {
25+ declarations : [
2526 AppComponent ,
2627 NavbarComponent ,
2728 FooterComponent ,
@@ -35,9 +36,10 @@ import { FloatingFeedbackComponent } from './shared/floating-feedback/floating-f
3536 GlobalMaterialModules ,
3637 ExtrasModule ,
3738 RoutingModule ,
38- SearchModule ] ,
39- providers : [ SearchService , NewsService ,
40- { provide : MAT_TABS_CONFIG , useValue : { animationDuration : '0ms' } } ,
41- provideHttpClient ( withInterceptorsFromDi ( ) ) ] } )
39+ SearchModule ] ,
40+ providers : [ SearchService , NewsService ,
41+ { provide : MAT_TABS_CONFIG , useValue : { animationDuration : '0ms' } } ,
42+ provideHttpClient ( withInterceptorsFromDi ( ) ) ]
43+ } )
4244export class AppModule {
4345}
You can’t perform that action at this time.
0 commit comments