Breeze / breeze-client

Breeze for JavaScript clients
MIT License
38 stars 16 forks source link

will the following packages work in angular 7.3.10 #72

Closed Asafbs94 closed 1 year ago

Asafbs94 commented 1 year ago

I want to update these packages: "breeze-bridge2-angular": "^1.1.0", "breeze-client": "^1.7.1",

will it work on my angular 7? and heres my nuget packages: image

steveschmitt commented 1 year ago

I think you should use breeze-client 2.x. Take a look at the northwind-demo project for an example of how to set it up.

In particular, look at the /server subdirectory for examples on how to set up your server for metadata generation. You should probably update your server stack to .NET 6 and Breeze packages to 6.x also.

Then look at the STEPS-Client-Angular document for getting Breeze going with Angular. The demo was created with Angular 8, but it's pretty much the same for all versions.