How to refresh the html data? #28
Unanswered
kruthika-vijay
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two angular components, say component-1 and component-2 and I'm using
this.pageFlip = new PageFlip(document.getElementById('book1'), { //the elm id is different for both components (book1 and book2)
width: 400, // required parameter - base page width
height: 440, // required parameter - base page height
autoSize: true,
size: 'stretch',
showCover: false,
mobileScrollSupport: true,
disableFlipByClick: true
when i navigate from one component to other, the html data is not being changed. I can see the parent elm id change from book1 to book2.
how do I refresh the childnode content when I navigate from one component to another?
Beta Was this translation helpful? Give feedback.
All reactions