New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

elwins-test-web-components-angular

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elwins-test-web-components-angular

Angular specific wrapper for my test Web Components library

  • 0.2.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-72.73%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 09 Nov 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc