Activities of "masum.ulu"

Hi again,

  • Your "@abp/ng.schematics": "^6.0.3" package still got 6.x.x version it must be "~7.3.2".
  • theme-shared package uses @ng-bootstrap/ng-bootstrap, the version must be"^15.0.0" please check theme-shared package's dependency version.
  • @ng-select/ng-select package's version seems like ^9.1.0 it'll install 9.latest.latest but your angular version is 16.0.latest it must be ^11.0.0

It seems like you depending a lot of package please be careful semantic versioning

You can reach the old version via changing branch or you can use tags for exac version https://github.com/abpframework/abp/blob/6b5ab21c41b12b1bee55e9e021db179109a8700a/templates/app/angular/package.json#L24-L32

Hi again,

That's why you getting exception. Can you please try to create empty project with @angular packages version ~16.0.0 don't forget ~ it'll install latest patch version ex: 16.0.latest

So your project must be use Angular 16 version or you can use @abp packages old version. Please check the template folder for your version matrix

Hello,

Which angular version your custom project can you please share your @angular/* and @angular-* package's versions please ?

For ABP 7.3.x version angular versions must be ~16.0.0 you can check @angular and @abp versions matrix at the template

Also I've created an issue for the prevent de-active yourself you can check Issue

Hello,

Which UI theme you using ?

Hello,

Why you clear local storage manuel instead using logout button ? Yet I'll open an issue about the "what's gonna happend after deactive yourself".

If you use logout button, there won't be any problem in case

Hello,

Do you still have this problem ? Have you tried with the new version ?

Ok. So, if I correctly get it, for the time being, the only source code supported by abp get-source is modules. For specific packages like @volo/abp.commercial.ng.ui, the only option is to add packages with source. Is it correct?

Yes allesio that's correct

Hello,

  • Can you check Navigation Menu Document

  • You can also manipulate existing item https://docs.abp.io/en/abp/latest/UI/Blazor/Navigation-Menu#manipulating-the-existing-menu-items

Showing 111 to 120 of 219 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30