How to use the faShareAlt function from @fortawesome/free-solid-svg-icons
Find comprehensive JavaScript @fortawesome/free-solid-svg-icons.faShareAlt code examples handpicked from public code repositorys.
83 84 85 86 87 88 89 90 91 92
this.shareBtn.nativeElement.style.display = "block"; } }; HeaderComponent.prototype.ngOnInit = function () { this.faBars = free_solid_svg_icons_1.faBars; this.faShareAlt = free_solid_svg_icons_1.faShareAlt; this.faCloudDownloadAlt = free_solid_svg_icons_1.faCloudDownloadAlt; if (this.url.path().includes("pt")) { this.cvPath = "assets/David-Juan-pt.pdf"; this.titleCv = "Baixar Curriculo em PDF";
0
0
0
+ 3 other calls in file
@fortawesome/free-solid-svg-icons.faParagraph is the most popular function in @fortawesome/free-solid-svg-icons (7109 examples)