1.0.26 • Published 3 years ago
ishan-test-web v1.0.26
Project README
Setup
In your desired module, define the
schemasas[CUSTOM_ELEMENTS_SCHEMA]:import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'; @NgModule({ schemas: [CUSTOM_ELEMENTS_SCHEMA] }) export class YourModule { }In the required component, import the module using:
import 'ishan-test-web';
3. In your HTML, use the <is-perspective-crop> tag to include
```html
<is-perspective-crop></is-perspective-crop>