Skip to content

Commit bbd0806

Browse files
committed
C13T1-End
1 parent 837fd5e commit bbd0806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/race.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { RACES } from './mocks';
2+
import { Injectable } from '@angular/core';
23

3-
4-
4+
@Injectable()
55
export class RaceService {
66
getRaces() {
77
return RACES;

0 commit comments

Comments
 (0)