0.0.3 • Published 2 years ago

vic-aj-core-ui-components v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 --save

and 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

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago