ishan-test-web
v1.0.26
Published
1. In your desired module, define the `schemas` as `[CUSTOM_ELEMENTS_SCHEMA]`: ```typescript import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
Readme
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>