Just to add that the project is built on ABP zero 5.2 (Angular 5 + Asp.net core 2)
Abdourahmani
I added it to : angular\src\app\shared\layout\layout.less
Isn't it correct ?
Regards, Abdourahmani
Hi ! When I set it to size greater than 250px (like in the code below) the menu covers the work space (see picture 1)
.m-aside-left{
width: 300px
}
[attachment=0:g6z52tw0]nav menu crops.jpg[/attachment:g6z52tw0]
And what about the dropdown menu (when the sidebar is minimized) ? How can it ajust it too?
Thanks !
Thank you very helpful.
And how can I make the side bar wider ? I have long menu description and they are all folded.
Regards, Abdourahmani
Hi @ismcagdas,
Thanks, I'll give it a try this way
Abdourahmani
Hi @ismcagdas
I'm using Angular 5 + Dot core 2, v5.1.0 . I didn't change any thing.
Just added p-progressBar in my project. And it runs ok in developement.
The problem occurs just when I try to build for production.
With this command
ng build --env=prod --base-href "./"
the project build fine but with larger output files (see my first post explorer capture), so without minification.
With this command
ng build --prod --base-href "./"
, I've got the above mentioned error.
Regards.
Hi @ alper,
Thank you for your message.
I don't have a "tsconfig.app.json" file but "tsconfig.json". And there is no "rootDir" in it.
Regards.