You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI--- I am trying to use this repo as part of another project. I am relatively in experienced and was wondering if the code demo version was posted somehwere, specifically the portion that relates to the pgn notation and move logging. I have my own version running, but could save myself a lot time in angular with an example of how you set up the demo. Is that posted in a different repo somewhere? I am not finding it in this one. Again appologies if this is a silly question. Thank you kindly,
JM
The text was updated successfully, but these errors were encountered:
147 line in app.component.ts invokes a method that sets pgn on the board.
For move logging I think you mean the moveCallback method from 76 line of the same file.
These methods are passed or invoked in app.component.html
I hope it helps and if you have any more questions let me know please, thanks
Thank you kindly sir/madam. I am trying to implement a timer that will work with the board and behave as in a normal chess game. This could be a cool new feature for the app. Again thank you,
JM
HI--- I am trying to use this repo as part of another project. I am relatively in experienced and was wondering if the code demo version was posted somehwere, specifically the portion that relates to the pgn notation and move logging. I have my own version running, but could save myself a lot time in angular with an example of how you set up the demo. Is that posted in a different repo somewhere? I am not finding it in this one. Again appologies if this is a silly question. Thank you kindly,
JM
The text was updated successfully, but these errors were encountered: