An open API service indexing awesome lists of open source software.

https://github.com/experience-monks/angular-components-library

Angular component libraries: YouTube iframe player, slot machine button, and more
https://github.com/experience-monks/angular-components-library

angular angular-components angular-library

Last synced: 7 months ago
JSON representation

Angular component libraries: YouTube iframe player, slot machine button, and more

Awesome Lists containing this project

README

          

# Angular Components Library

The Angular components we maintain and use, check out each one of them below:

* [angular-youtube-player](projects/ytplayer) – [![npm](https://img.shields.io/npm/v/angular-youtube-player.svg)](https://www.npmjs.com/package/angular-youtube-player)
* [ng-slot-machine-button](projects/slot-machine-button) – [![npm](https://img.shields.io/npm/v/ng-slot-machine-button.svg)](https://www.npmjs.com/package/ng-slot-machine-button)

# Development

1. Clone the repo

```shell
git clone https://github.com/Jam3/angular-components-library.git
```

2. Install dependencies

```shell
cd angular-components-library
npm install
```

3. Start hacking

```shell
npm start
```

4. Build the library

```shell
npm run build ytplayer
```