Daniel Kleebinder
Daniel Kleebinder
I truely like the idea, however, the `source` property should probably be optional to give opportunity for [better actions hygiene](https://youtu.be/JmnsEvoy-gY?t=814). For example: ```typescript export const BooksActions = createActionGroup({ events: {...
@timdeschryver I see, thank you for you response!
@sean-perkins Thank you for your continuous support for this issue! I've personally added Material Design 3 to some of my projects by simply following the [specifications](https://m3.material.io/components) and adding global CSS...
@johannesvollmer As for color generation, you can rely on the official material color utilities made by the material foundation: - [GitHub material-foundation/material-color-utilities](https://github.com/material-foundation/material-color-utilities) - [npm @material/material-color-utilities](https://www.npmjs.com/package/@material/material-color-utilities) However, this package is incomplete...
@sean-perkins Regarding shared element transitions, browsers now expose a new API (I suppose Google used its influence here) called the "View Transitions API". You can read on the details here:...
Would love to see this one in the next major release of the Ionic framework! @liamdebeasi This issue is pretty old, is there any eta for this feature?
@markostanimirovic I quite like the idea of introducing explicit dependency tracking to signals! I have been using the signals API in production projects, especially in conjuction with presentational components and,...