Skip to content

joeldatabox/mr-meeseeks

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published