sr-meeseeks
v0.15.5
Published
## Instalação
Downloads
56
Readme
Mr Meeseeks
Instalação
Para instalar execute:
$ npm install https://github.com/joeldatabox/mr-meeseeks.git --save
e adicione no seu AppModule
:
import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
// Import your library
import { SrMeeseeksModule } from 'mr-meeseeks';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
// I'm Mr. Meeseeks. Look at me :)
SrMeeseeksModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
License
MIT © Joel Rodrigues Moreira