# angular-components-library **Repository Path**: mirrors_Jam3/angular-components-library ## Basic Information - **Project Name**: angular-components-library - **Description**: Angular component libraries: YouTube iframe player, slot machine button, and more - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```