sr-meeseeks

0.15.5 • Public • Published

Mr Meeseeks

Instalação

Mr. Meeseeks

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

Readme

Keywords

none

Package Sidebar

Install

npm i sr-meeseeks

Weekly Downloads

2

Version

0.15.5

License

MIT

Unpacked Size

300 kB

Total Files

136

Last publish

Collaborators

  • joeldatabox