bootstraping-ngx-admin-lte
                                
                                 bootstraping-ngx-admin-lte copied to clipboard
                                
                                    bootstraping-ngx-admin-lte copied to clipboard
                            
                            
                            
                        Date picker
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.
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
For example you could use this one: https://valor-software.com/ngx-bootstrap/#/datepicker
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?
You can try to use the admin let css classes but if the html structure is not exactly the same it won't work