After upgrade to v4.0.0, I cannot generate Angular UI in folder angular by Abp Suite. The AppService, Dto , UnitTest, Permission are still fine.
Do you have solution to revert Abp Suite to previous version? Should I do that?
Thank team.
Bug: Advanced filters doesn't work from 2nd page toward. It only work on 1st page
Btw, I read from document site that AbpIO Angular had built-in primeng, but I cannot use it on project. Do I have to install it with npm? Or any configuration?
Thanks!
@armanozak Thanks for your fixing bug of advanced filters.
About PrimeNG, I read it from this blog: https://blog.abp.io/abp/ABP-v0-19-Release-With-New-Angular-UI
We've created the template, document and infrastructure based on the latest Angular tools and trends:
- Uses NgBootstrap and PrimeNG as the UI component libraries. You can use your favorite library, no problem, but pre-built modules work with these libraries.
- Uses NGXS as the state management library.
Bug: I cannot adjust page size or Pagination feature. For example, I add input.MaxResultCount = 5 in ngOnInit():
Then, the list is okay, but page number is incorrec. It should be 3 on below image. I check the page size of page button is still 10.
Is this a bug? Or what was I missing something here?
Thanks team.
The imports above is correct now. Anw, I've just fixed it by removing folder node_modules and run script npm install
to install all packages again. Everything is okay now.
Thanks you, Mehmet
Hi,
Could you
dotnet clean
anddotnet build /graphBuild
command?
I tried, but no luck, still that error on .Domain project
I create project (Blazor Server and MS SQL Server) from version 7.0.3 and add a new module to project by Abp Suite (localhost:3000 -> Module -> Create new module)
Now I upgrade Abp suite to 7.3.2 and upgrade my project from 7.0.3 to 7.3.2 (by Abp suite site) and try to build / restore it and it show error
Version of ABP CLI is 7.3.2 now
I fixed it already, there is a module project didn't upgrade version follow main project and it caused the errors. Just need to update every related reference to 7.3.2.
But there is an other issue when I try to login or run DbMigration project. There are some columns missed. What should I do in this case?