Benny Powers - עם ישראל חי!
Benny Powers - עם ישראל חי!
Depends on #20 Before: entire partial fails to load if subresource errors: After: log the failed URL and continue See tests: without this PR, the shadow content of the partial...
Adds changesets and CI
Following on https://github.com/justinfagnani/html-include-element/pull/7#discussion_r379845320, we'd like some atts to control loading behaviour. ## Strawman > Default loading behaviour should defer the `load` event until all loaded resources are finished. It should...
Builds cjs under cjs/index.js Also refactors to es6 in places closes #13
It would be nice if this was available as an es module. If you like, I'll make a PR which refactors to es6 and esm, and I'll add rollup to...
Let's say we're implementing a material design nav drawer:  In such a case, I might want to keep a record of nav items something like this: ```js [{ name:...
`Route` objects contain cyclical references in `children`, `parent`, and `__children`, as well as methods like `action` and `getUrl`, etc. Attempting to serialize a `RouterLocation` or `Route` is likely to result...
Hello! # Problem Case Say our app is using `vaadin-router` for routing, and `apollo-client` for state management. All the app's state except routing information is managed by apollo, all the...
repro: ## tsconfig.json ```json { "include": ["@types", "src"], "compilerOptions": { "allowJs": true, "checkJs": true, "noEmit": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "moduleResolution": "Node", "target": "ES2017", "module": "ESNext", "plugins": [ { "name":...
I have some components which are not rendered by the routing table, i.e. I switch them out in the parent component's template depending on the in-memory state of the app....