Skip to content

Commit 3639b10

Browse files
committed
Angular Universal Course
1 parent 86fea22 commit 3639b10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/course/course.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ export class CourseComponent implements OnInit {
5050
this.metaService.addTag({name: "twitter:card", content: "summary"});
5151
this.metaService.addTag({name: "twitter:site", content: "@AngularUniv"});
5252
this.metaService.addTag({name: "twitter:title", content: this.course.description});
53+
this.metaService.addTag({name: "twitter:description", content: this.course.description});
54+
this.metaService.addTag({name: "twitter:text:description", content: this.course.description});
5355
this.metaService.addTag({name:"twitter:image", content: "https://avatars3.githubusercontent.com/u/16628445?v=3&s=200"});
5456
}
5557

0 commit comments

Comments
 (0)