0.2.5 • Published 4 years ago

elwins-test-web-components-angular v0.2.5

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Built With Stencil

Elwins Test Web Components for Angular

These are my test Web Components specifically build for Angular.

Using these components

Add this package to your project:

npm install elwins-test-web-components-angular --save

Or:

yarn add elwins-test-web-components-angular

Import the ElwinsTestWebComponentsModule module in your app.module.ts:

import { ElwinsTestWebComponentsModule } from 'elwins-test-web-components-angular';

@NgModule({
  ...
  imports: [
    ElwinsTestWebComponentsModule
  ],
  ...
})
export class AppModule {}

Use the component(s) you want in your html:

<eve-button href="https://elwinvaneede.com">Website</eve-button>

How to release a new version

  • Build the core package
  • Update src/component-library-module.ts.
    • You will need to import all of your components from ./directives/proxies.
    • Then update the DECLARATIONS const array to also list out all of the component names.
  • Run build on this package
  • Publish
0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago