Arturo Bernal

Results 9 comments of Arturo Bernal

When creating an app with this option. Will the CLI generate standalone components/directives in the project by default? (not needing --standalone flag). What about generating functional guards/interceptors/resolvers by default? Like...

This is another proposal to keep the loader function cleaner. This would be the use case for implementing pagination with infinite scrolling: ```typescript productsResource = rxResource({ request: () => this.page(),...

I can confirm this bug only when I try to invalidate the '/' route. I get a confirmation that it's been invalidated in the response and the docker logs (_Urls:...

This might be useful. Even if I **remove the revalidate** attribute for the '/' route, it stills stores it in cache. This is the last part of the HTML I...

You're right about the time. It shows always the current time so it shouldn't come from cache. But, the content (HTML) is not updated, like it's been stored in cache...

I know. That's what should happen, but it doesn't change. For example, I change the image and title of a course, and the content is updated everywhere but not in...

I've reproduced the bug as you said. The date is not updated in the HTML I get from the server. I have not set any route (no revalidate anywhere). This...

Look at the date inside the body element ;)

My bad, that was the problem. I didn't expect that SGR was enabled by default (for static routes) in Angular 18 when enabling SSR. I don't think that's a good...