@donil/ngx-sharebuttons
Version:
Simple, lightweight, customizable share buttons for Angular
9 lines • 752 B
JavaScript
import { ShareButtonsComponent } from './components/share-buttons/share-buttons.component';
import { ShareButtonComponent } from './components/share-button/share-button.component';
import { ShareButtonDirective } from './directives/share-button/share-button.directive';
import { ShareButtonsService } from './services/share-buttons.service';
import { NFormatterPipe } from './helpers/n-formatter.pipe';
import { ShareButton, ShareArgs, ShareProvider } from './helpers/index';
import { ShareButtonsModule } from './share-buttons.module';
export { ShareButtonsModule, ShareButtonsComponent, ShareButtonComponent, ShareButtonDirective, ShareButton, NFormatterPipe, ShareButtonsService, ShareArgs, ShareProvider };
//# sourceMappingURL=index.js.map