image-map-components
v0.4.5
Published
Stencil Component Starter
Downloads
10
Readme
Stencil Image-map components for GeneXus Angular Generation
Getting Started
In your Angular Project folder run:
npm i image-map-components
Using this component
In your Angular main.ts file add the following lines
import { defineCustomElements as def } from "image-map-components/dist/esm/loader";
After the defineCustomElements(window) call the new components def function like this
defineCustomElements(window);
def(window)