bluechip-functions
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

#Bluechip Functions Library

Simple library/service with abstraction functions for your usage pleasure

#Getting started

##Installation To install this awesome package enter the root folder of your project:

npm install --save bluechip-functions

##Set Up and Usage Import this into your app.module.ts file and also add the service to providers array :

import { BluechipFunctionsService} from 'bluechip-functions';

...
providers:[
  BluechipFunctionsService
]

Import this into your desired component and usage ;

import { BluechipFunctionsService} from 'bluechip-functions';

constructor(private bchip:BluechipFunctionsService){}

date:String = bchip.getStringDateFromLong(1223723723);

Enjoy

Readme

Keywords

none

Package Sidebar

Install

npm i bluechip-functions

Weekly Downloads

3

Version

0.0.2

License

MIT

Unpacked Size

52.5 kB

Total Files

26

Last publish

Collaborators

  • bluechiptony