@siteplanet/planet-ng
v0.0.138
Published
This is an example repo of building plugins.
Downloads
28
Readme
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
underdependencies
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 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
Step 4.
- Run build on this package.