-
Notifications
You must be signed in to change notification settings - Fork 127
Icons Guide
Murhaf Sousli edited this page Jun 1, 2020
·
10 revisions
By default, FontAwesome icons' aliases are configured in the share buttons packages
Import the ShareIconsModule
in the root module
import { ShareIconsModule } from 'ngx-sharebuttons/icons';
@NgModule({
imports: [
ShareIconsModule
]
})
export class AppModule { }