-
**Stencil version:**
```
@stencil/core@2.4.0
```
**I'm submitting a:**
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these …
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code…
-
Hi there!
I am working on a stencil project on which I am creating a set of custom components.
One of these components is the "icon" component. The icon component has a property which tells which…
-
Noobie question — I’m using an example straight from the Stencil docs…
```js
@Listen('keydown')
handleKeyDown(ev: KeyboardEvent){
if (ev.key === 'ArrowDown'){
console.log('down arrow pres…
-
**Stencil version:**
```
@stencil/core@2.4.0
```
**I'm submitting a:**
- [x] bug report
- [ ] feature request
- [ ] support request => Please do not submit support requests here, use one …
-
**Stencil version:**
```
@stencil/core@
```
**I'm submitting a:**
[ ] bug report
[x] feature request
[ ] support request => Please do not submit support requests here, use one of the…
-
`import { Config } from '@stencil/core';`
`import { angularOutputTarget, ValueAccessorConfig } from '@stencil/angular-output-target';`
`export const config: Config = {
namespace: 'demo',
out…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- [X] I agree to follow the [Code of Conduct](https://githu…
-
I've been working with displays using Vue js and the Cologne api. This is in the [sanlex-vue](https://github.com/funderburkjim/sanlex-vue) repository.
I hope others will take a look. In particula…
-
### Reduced Test Case
"not reproducible with a link"
I don't know how to do a webpack example with codepen or jsfiddle and provide some snippets instead from my reduced test case.
package.jso…