0.0.5 • Published 6 years ago

@nglogger/core v0.0.5

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

@nglogger/core

Linux Build Test Coverage Commitizen friendly NPM version NPM Downloads

Pluggable logger for Angular 2 / 4 / 5


Installation

$ npm install --save @nglogger/core
# Or with yarn
$ yarn add @nglogger/core

Usage

'use strict';
import { NgModule } from '@angular/core';

import { LoggerModule } from '@nglogger/core';


@NgModule({
  imports: [
    LoggerModule.forRoot([
      /** Transports */
    ])
  ],
  bootstrap: [
    AppComponent
  ]
})
export class AppModule { }

Build

$ npm install
$ # or
$ yarn
$
$ npm run build

Test

$ npm run test

Contributing

  1. Fork it (https://github.com/nglogger/core/fork)
  2. Create your feature branch (git checkout -b feature/<feature_name>)
  3. Commit your changes (git commit -am '<type>(<scope>): added some feature')
  4. Push to the branch (git push origin feature/<feature_name>)
  5. Create a new Pull Request

Contributors


Changelog

Changelog


License

MIT

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

7 years ago