Hi
Thanks for noticing...
Can you please create a fork branch so I can push that change to the master branch.
Thanks.
Thanks for providing
Hi Hetal.solanki,
have approved the merge request and code is available now
Please update to the latest version 1.0.5
Hi I have fixed that issue in the latest branch
we can use it like
1. Drupal.path('entity.node.canonical', {'node': 7})
2. Drupal.alias('entity.node.canonical', {'node': 7})
The first parameter would be the route name like the one provided above and the second parameter would be parameters which will be required to that route.
Responses for the above would be like this
1. {path: '/node/7'}
2. {path: '/unicorn'}
If we want absolute URL or other options that to be added to that route, we need to add it as a third parameter
Updated
Thanks, Urvashi. I will update
Thanks for the update it is working fine
Thanks Sonal for the update