We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8031d26 commit c5898c0Copy full SHA for c5898c0
src/app/changelog/changelog.service.ts
@@ -4,7 +4,7 @@ import { marked } from 'marked'
4
import { merge, Observable, of } from 'rxjs'
5
import { catchError, map } from 'rxjs/operators'
6
7
-@Injectable()
+@Injectable({ providedIn: 'root' })
8
export class ChangelogService {
9
private readonly url =
10
'https://raw.githubusercontent.com/angular-split/angular-split/refs/heads/main/projects/angular-split/CHANGELOG.md'
0 commit comments