0.0.2 • Published 4 years ago

ng-rick-roll v0.0.2

Weekly downloads
8
License
-
Repository
-
Last release
4 years ago

ng-rick-roll

The Angular library we all needed, but don't deserve.

https://media.giphy.com/media/lgcUUCXgC8mEo/giphy.gif

Features

It's Rick Roll. What more could you want.

Usage

Install the library.

npm install ng-rick-roll --save

Import the library into your Angular app.

...
import { NgRickRollModule } from 'ng-rick-roll';      <---- Import here!

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    ...
    NgRickRollModule                                  <---- and here!
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Viola! Rick Roll is ready to roll.

<ng-rick-roll [showVideo]="true"></ng-rick-roll>

Inputs

showVideo (optional, default "false"): If true, will show embedded Rick Roll video. Otherwise, will show a link.

Features/Issues

Request features or report issues here.

0.0.2

4 years ago

0.0.1

4 years ago