Skip to content

Commit 7c6ae0a

Browse files
committed
Angular Universal Course
1 parent b852bce commit 7c6ae0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/course/course.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class CourseComponent implements OnInit {
5353
this.metaService.addTag({name: "twitter:site", content: "@AngularUniv"});
5454
this.metaService.addTag({name: "twitter:title", content: this.course.description});
5555
this.metaService.addTag({name: "twitter:description", content: this.course.longDescription});
56+
this.metaService.addTag({name: "twitter:text:description", content: this.course.longDescription});
5657
this.metaService.addTag({name: "twitter:image", content: "https://s3-us-west-1.amazonaws.com/angular-university/course-images/security-cover-small-v2.png"});
5758
}
5859

0 commit comments

Comments
 (0)