Skip to content

Commit e293362

Browse files
committed
formatting
1 parent c49172e commit e293362

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/app/app.module.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import { NewsService } from './shared/news/news.service';
2121
import { SafeHtmlPipe } from './shared/pipes/sanitize.pipe';
2222
import { 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+
})
4244
export class AppModule {
4345
}

0 commit comments

Comments
 (0)