7.0.0-beta.4 • Published 6 years ago

@santech/angular-cropper v7.0.0-beta.4

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

@santech/angular-cropper Dependency Status

devDependency Status

@santech/angular-cropper is a npm module that exports cropper components for santech assets.

Prerequisites

You need to have globally installed:

  • node 9.x.x
  • npm 5.x.x
  • yarn 1.x.x

Development

Install all the dependencies

yarn

Launch tests

yarn test

Build the package

yarn build

Publish the package

npm publish dist.tgz

Require package in your project

npm i @santech/angular-cropper -S

Import module

import { SantechCropperModule } from '@santech/angular-cropper';

@NgModule({
  imports: [
    SantechCropperModule.forRoot(),
  ],
})
export class AppModule { }
7.0.0-beta.4

6 years ago

7.0.0-alpha.16

6 years ago

7.0.0-beta.3

7 years ago

7.0.0-alpha.15

7 years ago

7.0.0-beta.2

7 years ago

7.0.0-beta.1

7 years ago

7.0.0-beta.0

7 years ago

7.0.0-alpha.14

7 years ago

7.0.0-alpha.13

7 years ago

7.0.0-alpha.12

7 years ago

7.0.0-alpha.11

7 years ago

7.0.0-alpha.10

7 years ago

7.0.0-alpha.9

7 years ago

7.0.0-alpha.8

7 years ago

7.0.0-alpha.7

7 years ago

7.0.0-alpha.6

7 years ago

7.0.0-alpha.5

7 years ago

7.0.0-alpha.4

7 years ago

7.0.0-alpha.3

7 years ago

7.0.0-alpha.2

7 years ago

7.0.0-alpha.1

7 years ago

7.0.0-alpha.0

7 years ago