Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date picker #102

Open
raminassar opened this issue Mar 8, 2018 · 4 comments
Open

Date picker #102

raminassar opened this issue Mar 8, 2018 · 4 comments

Comments

@raminassar
Copy link

raminassar commented Mar 8, 2018

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.

@TwanoO67
Copy link
Owner

TwanoO67 commented Mar 8, 2018

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
Copy link
Owner

TwanoO67 commented Mar 8, 2018

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

@raminassar
Copy link
Author

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?

@TwanoO67
Copy link
Owner

TwanoO67 commented Mar 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants