Skip to content

Commit 7ffbb13

Browse files
author
Your Name
committed
Angular Universal Course
1 parent 53e1aa0 commit 7ffbb13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/course/course.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ export class CourseComponent implements OnInit {
2727

2828
constructor(
2929
private route: ActivatedRoute,
30-
private coursesService: CoursesService,
31-
private titleService: Title,
32-
private metaService: Meta) {
30+
private coursesService: CoursesService) {
3331

3432
}
3533

0 commit comments

Comments
 (0)