- Disposable ViewModel (AtomViewModel)
- Support for AtomCommand (Command)
- Support for broadcasting message and subscriptions
- Special property $viewModel to hold ViewModel
- ViewModel available in nested AtomItemsControl without referencing parent
- Async/Await with help of TypeScript
For most demos, we will use TypeScript, you are free to use plain JavaScript.
View Model
View
MVVM Notification Service
This sample uses MVVM Notification service, to demonstrate how create service and notify using broadcast messaging