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
- Host: GitHub
- URL: https://github.com/experience-monks/angular-components-library
- Owner: Experience-Monks
- License: mit
- Created: 2018-05-11T15:17:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T21:10:54.000Z (over 6 years ago)
- Last Synced: 2025-06-30T11:55:09.356Z (7 months ago)
- Topics: angular, angular-components, angular-library
- Language: TypeScript
- Size: 1.08 MB
- Stars: 5
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) – [](https://www.npmjs.com/package/angular-youtube-player)
* [ng-slot-machine-button](projects/slot-machine-button) – [](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
```