Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

homebirds-components-angular

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebirds-components-angular

This is an example repo of building plugins.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created

stencil-ds-angular-template

This is an example repo of building plugins.

Step 1.

  • Update the package.json to have the correct package name for this repo.
  • Replace component-library under dependencies with your core stencil package name.

Step 2.

  • Build your core stencil package.

Step 3.

  • Update src/component-library-module.ts.
    • You will need to import all of your components from ./directives/proxies. Currently the file states DemoComponent as the only import. This will be replaced with the entire list.
    • Then update the DECLARATIONS const array to also list out all of the component names. It also currently contains DemoComponent as the only item, but this will need to be replaced with the entire list.

Step 4.

  • Run build on this package.

FAQs

Package last updated on 08 Dec 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