Manfred Steyer

Results 18 comments of Manfred Steyer

I like those ideas. Two things came in mind when reading this: - As Schematic Collections are distributed via npm packages, we could leverage the existing npm infrastructure - There...

Oh, sorry, I mean angular2-template-loader and not angular2-template-compiler ...

In general, this is a good thing. But your config is also using it in aot-mode although IMHO you don't need to inline templates in aot mode, cause they are...

I will create one thouse days.

awesome. Thank you. I'm going to look into it asap. Can you pls elaborate a bit how you make esbuild to convert cjs to esm?

The idea is nice. I know sth like this from ASP.NET. However, as we get Auto Imports for Standalone Components soon, perhaps we don't need such global deps. Or do...

Is there a way to just use this library on the command line or within a nodeJs script to convert a node package? I don't need a server, but just...

I'd also prefer `readonlyState` true by default as IMHO one of the most important jobs of a store is ensuring that state is only updated in a well-defined way.

That looks interesting. I like it. Two things come to mind: ## Effects with on-function I'd love to have the option to use the on-function instead of switching to `withReducer`....

@anthony-b-dev Falling back to the global store is definitely an option. But then, I need two stores. I'd love to use the Signal Store's lightweight approach in the whole application,...