Bob Ramsey
Bob Ramsey
This works, but isn't great: `` then in code: ``` getPageSizeOptions(): number[] { return [5, 10, 20, myTableDataSourceArray.length]; } ``` Labels for the entries would be nice, something like ```...
Angular 12.2.4 w/ ngx-lightbox 2.0.0 here. Changing the import in the lightbox.component.ts and lightbox-overlat.component.ts files worked for me. **BUT** you have to also change the constructor as well so _rendererRef...
I'm just glad this wasn't something stupid I did. BTW, in addition to `packages/testme/assets/css/shared.css` did it try to create `c:\web\apps\testme` and the subfolders in that location as well? I'm assuming...
I'll add some additional details. I found older instructions at https://ionic.io/blog/how-to-use-storybook-with-stencil which made it sound like everything just worked, except it didn't. It may be down to a vite vs....
A few more details. I realized that I'd only been copying the my-component.entry.js file into assets. So I copied everything in dist/esm into assets. That got me a slightly different...
I wonder if it is something with the base href in the frame?? When I hover my mouse over the filename index-db936cd2.js in the devtools, it says it is https://server/rramsey/dist/esm/index-db936cd2.js....
FYI, this is still broken when the stencil components are built with vue wrappers. It's fine when running locally, but as soon as you build it you get the 404...
Oh, and I tried making a very basic lit component and got the same $instanceValues$ error. That was with *both* web components and html.
No worries. I'm just glad I hadn't goofed up and been wrong. Although I wish I had found the other entries when I searched. Sorry for the sort-of dupe. Honestly,...