-
**Stencil version:**
```
@stencil/core@0.14.2
puppeteer@1.8.0
jest@23.6.0
```
**I'm submitting a:**
[x] bug report
[ ] feature request
[ ] support request => Please do not submit supp…
-
When a custom component is imported via a module, it cannot be found inside a template, it shows:
![image](https://cloud.githubusercontent.com/assets/6775689/21072595/3cfbf0f8-bec8-11e6-872f-01dc50…
fknop updated
4 years ago
-
I don't know if this happens in JS, but:
``` dart
@Component(
selector: 'x'
)
@View(
directives: const [YComponent],
template: r'''
'''
)
class XComponent {
void onFoo() {
print('f…
-
Hi.
I'm trying to use this solution in complex Angular 8 application with lazy modules.
I put this code to lazy module:
```
export class SomeModule {
constructor(moduleRef: NgModuleRef) {
…
-
I am not on the production phase on my web ... the project is working good ... I used
ng serve --o
ng build
and it is working great .... then I tried :-
ng build --prod
this…
-
I like the ability of being able to resize the surronding xcomponent container on the parent site. It would be even better if we could give the child component the ability to apply a class to its cont…
-
**Test Device**
MacBook Air
**Operating System**
macOS 10.14.6
**Browser**
Safari 13.0.2
**Problem Description**
For https://github.com/phetsims/QA/issues/445. If you follow the s…
ghost updated
5 years ago
-
### Bug Report or Feature Request (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [X] feature request
```
### Versions.
macOS Sierra: 10.12.6
cli: 1.4.…
-
### Observed Behaviour
When setting `autoResize: { width: true }`, the iframe resizes whenever the content size is bigger than the `xcomponent-outlet` div. On the other side, the iframe **will not re…
-
I've set a URL that points to an https in my xcomponent definition:
```
const component = xcomponent.create({
tag: 'customer-widget',
url: `https://dvelp-support-client-dev.herokuapp.com/cus…