Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

ionic-team/stencil-ds-angular-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stencil-ds-angular-template

⚠️ This project has been archived. ⚠️

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.

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.

About

This is an example repo of building plugins.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published