@Armandotrue It does, but for a better event naming, I would still prefer to submit$.next(), which would fire a resource. Right now I just prefer to have a method with manual subscribe.
@niklas_wortmann @alfrodo_perez@WebStormIDE Hey, as you are working on webstorm, have any of the users reported that angular schematics are not working when remote developing to wsl2 instance? In the IDEA Ultimate, they don't seem to work for me, they always want to make an app-shell. Thanks ☺️
@Jean__Meche What I don't like about signal of type is boolean, that we don't get any warning/error in the component/template that we forgot to invoke it. How do you handle this?
@JernejFurlan Tubeless, gor ali dol... Pri taki hitrosti, kot so iz Grossglocknerja zna biti kakršen koli defekt usoden, kamenček na cesti, itd... Naj počiva v miru...
@Waterplea@Trendyol I was checking the Taigas number input the other day, and I was wondering, how do you prevent the non numeric signs to be passed in, without type="number" on input? Is this the maskitos doing?
@juristr This is probably best for buildable libraries, and not just "simple libraries" where the path is to project/lib-name and not the dist folder? (dist/lib-name) When to use buildable library over "simple" ones.
@renatoaraujoc Do you look at the library files in the dist folder, or directly to projects/lib? How do you build the app? Just normal ng serve, or you need to build the lib first. Thanks.
@tomastrajan@Nartc1410 Thanks for your input. Somehow I thought this would not work. 😅
How would you name something like that? Contract between dialogService, and the component that it opens.
Implementing a library, with multiple secondary entry points. I have a problem that two entrypoints both depend on each other. One is a service and one is a component. Would abstracting and using a provider (dependency inversion) fix my circular. @Nartc1410@tomastrajan
@Jean__Meche@Nartc1410@tomastrajan Working like a bridge between entrypoints? Let's say dialogService, and the component that depends on this dialogService is message-box... How would you name this bridge/connector? 😅