Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

MintPlayer-Archive/mintplayer-ng-share-buttons

Repository files navigation

@mintplayer/ng-share-buttons

Demo

A working demo application can be found here. The code is included in this git repository.

Version info

License Build status Code coverage
License master codecov
Package Version
@mintplayer/ng-base-url npm version
@mintplayer/ng-router-provider npm version
@mintplayer/ng-router npm version
@mintplayer/ng-share-buttons npm version

Installation

Advanced router

npm i @mintplayer/ng-router

Share buttons

npm i @mintplayer/ng-share-buttons

This should also install the peerDependencies in your project.

Components

The share buttons are showcased in the angular app included in the project. You can simply run

npm start -- --open

to discover them.

There's not yet a showcase for the advanced router with configurable query parameters.

Discover yourself

Make sure you have NodeJS installed. Then run following commands

git clone https://github.com/MintPlayer/mintplayer-ng-share-buttons
cd mintplayer-ng-share-buttons
npm i
npm start -- --open