Skip to content

Conversation

dodesheide
Copy link

@dodesheide dodesheide commented Dec 9, 2023

Update to use ngx-http-request-state with angular 17

@dodesheide
Copy link
Author

@PeterSR @vala84no can you please merge this pullrequest?

})
export class BasicSmartComponent {
private readonly service = inject(RandomBreweryService);
constructor(private readonly service: RandomBreweryService) {}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no need to stop using the inject function and go back to constructor-based injection. The tests should be fixable by just adding a jest.mock('@angular/core'); at the top of them.

@daiscog
Copy link
Owner

daiscog commented Dec 13, 2023

Fixed by #18

@daiscog daiscog closed this Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants