1.1.7 • Published 2 years ago

smartstock-stocks v1.1.7

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Smartstock Core Stocks

Angular2 library that provides stock module to be used across smartstock

Peer Dependencies

Please refer to package.json>peerDependencies to see a list of the dependecies you need to install in your project

Installation

Install the latest dependencies from npm npm install --save @smartstocktz/stocks --registry=https://npm.pkg.github.com

Usages

To use this library include it at imports section of your angular module. Example

// imports
import {StockModule} from '@smartstocktz/stocks';

@NgModule({
// ....
  imports: [
    StockModule
  ],
// ....
})
export class AppModule { }
1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago