Daniel Schuba
Daniel Schuba
@alextrep96 I have the same setup and it's really frustrating issue. I thought I was the only one having the problem. Somehow relieving to not be the only one with...
Same here :(
Just came across this problem, because somehow Directives already seam to have view encapsulation but no possibility to have styles. This is a major problem because directives break styles defined...
I think you can simply use a component with an attribute selector. Just like it is done for material buttons. https://github.com/angular/components/blob/master/src/material/button/button.ts By decorator it is a component but by behaviour...
I have a similar issue where I create a watchQuery with standby fetchPolicy and then start it witch fetchMore. The query executes and data is correctly passend through but loading...
Yeah, I used the notify on networkStatusChanges. It's hard to create a reproduction. For me the behavior of watchQuery, fetchMore, networkStatus and cache merges is completely unpredictable. After a lot...
One real-life example, although not very nice is, that in one project I have a lot of components that have and id as input. Now I wanted to write a...
@quinnjr you mean the issues tab? That's done
What is wrong with class based guard and resolvers? Why are they deprecated? I have the impression some new architecture ideas are rushed and forced onto the community with no...
> > I think that all folks who used to write a dead simple unit tests for class-based guards with dependencies (and passing them via constructor) will not be happy...