Skip to content

Commit c5898c0

Browse files
authored
fix: changelog service should be provided in root (#492)
1 parent 8031d26 commit c5898c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/changelog/changelog.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { marked } from 'marked'
44
import { merge, Observable, of } from 'rxjs'
55
import { catchError, map } from 'rxjs/operators'
66

7-
@Injectable()
7+
@Injectable({ providedIn: 'root' })
88
export class ChangelogService {
99
private readonly url =
1010
'https://raw.githubusercontent.com/angular-split/angular-split/refs/heads/main/projects/angular-split/CHANGELOG.md'

0 commit comments

Comments
 (0)