This project is no longer actively maintained.
Please see the Stencil documentation for using the Angular Framework Wrapper for instructions as to how to use @stencil/angular-output-target
This is an example repo of building plugins.
- Update the
package.json
to have the correct package name for this repo. - Replace
component-library
underdependencies
with your core stencil package name.
- Build your core stencil package.
- Update
src/component-library-module.ts
.- You will need to import all of your components from
./directives/proxies
. Currently the file statesDemoComponent
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 containsDemoComponent
as the only item, but this will need to be replaced with the entire list.
- You will need to import all of your components from
- Run build on this package.