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 86fea22 commit 3639b10Copy full SHA for 3639b10
src/app/course/course.component.ts
@@ -50,6 +50,8 @@ export class CourseComponent implements OnInit {
50
this.metaService.addTag({name: "twitter:card", content: "summary"});
51
this.metaService.addTag({name: "twitter:site", content: "@AngularUniv"});
52
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});
55
this.metaService.addTag({name:"twitter:image", content: "https://avatars3.githubusercontent.com/u/16628445?v=3&s=200"});
56
}
57
0 commit comments