0.3.0 • Published 8 years ago

ng2-little-kitty v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

ng2-little-kitty

Just for fun

Installation

First you need to install the npm module:

npm install ng2-little-kitty --save

If you use SystemJS to load your files, you might have to update your config with this if you don't use defaultJSExtensions: true:

System.config({
    packages: {
        "ng2-little-kitty": {"defaultExtension": "js"}
    }
});
import {HTTP_PROVIDERS} from 'angular2/http';
import {Component, Injectable} from 'angular2/core';
import {LittleKittyService} from 'ng2-little-kitty/ng2-little-kitty';
import {bootstrap} from 'angular2/platform/browser';

bootstrap(AppComponent, [
    HTTP_PROVIDERS,
    LittleKittyService // not required, but recommended to have 1 unique instance of your service
]);
0.3.0

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.0.1

8 years ago