bootstraping-ngx-admin-lte icon indicating copy to clipboard operation
bootstraping-ngx-admin-lte copied to clipboard

Date picker

Open raminassar opened this issue 7 years ago • 4 comments

I'm not able to implement date picker that shown in the preview here [] in my angular 4 application using your template.

can someone guide me on the steps on how I can use it.

raminassar avatar Mar 08 '18 06:03 raminassar

Hello,

To implement this you would have to add the extra JavaScript needed by the datepicker in your compilation assets.

But doing so would complicate your coding afterwards because it's not connected to angular in anyway (not data binding etc.. )

You should rather use some full angular library to handle the datepicker

TwanoO67 avatar Mar 08 '18 06:03 TwanoO67

For example you could use this one: https://valor-software.com/ngx-bootstrap/#/datepicker

TwanoO67 avatar Mar 08 '18 06:03 TwanoO67

this is what I did actually, I used ngx-bootstrap datepicker, but is there a way to change the style to be exactly same as adminlte one?

raminassar avatar Mar 08 '18 06:03 raminassar

You can try to use the admin let css classes but if the html structure is not exactly the same it won't work

TwanoO67 avatar Mar 08 '18 07:03 TwanoO67