[AWX project]: scheduler

Hi there!

I had seen the schedulers in awx in angular 1 ( i.e https://github.com/ansible/awx/blob/devel/awx/ui/client/src/scheduler ) can I have same functionality in angular 2+ ???

Pavani,

Can you clarify what you’re looking for here?

Hi,

I need scheduler functionality in angular 2+ with rrule.

Pavani,

awx is open source, so you’re welcome to use the current implementation. I don’t foresee us converting it to Angular 2 in the near future, though, so if you’re interested in it, you’ll have to take a shot at it yourself.

Hi,

Currently I am using Angular 2, In that I need to use this scheduler . So… for that can I integrate this same scheduler module in my angular 2 project with out any issues?
Please suggest me.

I’m sure there will be issues with this, but we can’t help you integrate this component into your own work… you’re going to have to do that on your own.