InterviewSolution
Saved Bookmarks
| 1. |
What Is Observable In Knockout Js? |
|
Answer» OBSERVABLE is a model property which is use to NOTIFY subscribers changes and it AUTOMATICALLY DETECT dependencies. Observable property updates your UI automatically when the VIEW model changes. Observable is a model property which is use to notify subscribers changes and it automatically detect dependencies. Observable property updates your UI automatically when the view model changes. |
|