@hspahic/nx-ribbon v0.0.3
NxRibbon
This library was generated with Angular CLI version 17.2.0.
Description
Have you ever been in situation where you have multiple environments open in the same browser? Have you ever made a mistake of creating or deleting something from production environment? Using this library will help you easily distinguish development from production environment.
Inspiration for this idea came from my dear friend (S.B.).
Note: If we ever make a billion dollars from it, trust me - half is yours :)
Showcase
Install
Run npm install @hspahic/nx-ribbon@latest
to install this library.
Usage
Import component like this:
import {NxRibbonComponent} from "@hspahic/nx-ribbon"
.
And use it in HTML like this:
<lib-nx-ribbon bgColor="yellow" color="black" text="Development" />
Running unit tests
Run ng test nx-ribbon
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.