vic-aj-core-ui-components
v0.0.3
Published
UI Components By Victor AJ
Readme
UI Components By Victor AJ
Introduction
This provides UI components powered by Angular, so you don't need to include original JS components.
Getting Started
Use the below command for installing into your Angular project.
npm i vic-aj-core-ui-components --saveand in app.module.ts file:
import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core'
@NgModule({
...,
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
export class AppModule { }and in main.ts file:
import { defineCustomElements } from 'vic-aj-core-ui-components/dist/loader';
defineCustomElements(window);License
MIT
