We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d564bc commit 8838185Copy full SHA for 8838185
1 file changed
src/app/social/social.service.ts
@@ -4,7 +4,6 @@ import {
4
} from '@angular/common';
5
import {
6
Inject,
7
- inject,
8
Injectable,
9
PLATFORM_ID,
10
} from '@angular/core';
@@ -106,7 +105,7 @@ export class SocialService {
106
105
107
const showSocialButtons = this.activatedRouteDataChanges$.pipe(
108
map(data => data?.showSocialButtons === true),
109
- distinctUntilChanged()
+ distinctUntilChanged(),
110
);
111
112
showSocialButtons.subscribe(this.showOnCurrentRouteSubject);
0 commit comments