TwanoO67 / ngx-admin-lte

Admin LTE for Angular 2/4/6/8 as a NPM package
MIT License
109 stars 47 forks source link

delete box #41

Closed amehat closed 6 years ago

amehat commented 6 years ago

it's a shame, we can not put as many widget as we want for each page.

TwanoO67 commented 6 years ago

I'm not telling that the boxed layout is good nor bad. Just that we cannot make a breaking change in pages without providing any alternative

amehat commented 6 years ago

I understand, but in this case, it should have a layout without box and that we can choose this layout or the one already in place.

TwanoO67 commented 6 years ago

That would be a perfectly fine alternative. we could also provide a parameter in this template to disable that part of the dom, but I'm sure how angular can handle two router-outlet in a component

TwanoO67 commented 6 years ago

*not sure how...

amehat commented 6 years ago

I added a layout "main", we can then choose it in the routes.

TwanoO67 commented 6 years ago

Hello, This feature has been added to the new 1.1.0 version. You can now set the "boxed_style":false option on your layout. This way it would be simpler to maintain. Thanks for the idea