Test helper for getting the view model of the custom element which implements the tabzard.
dialogService.open({ viewModel: ExampleDialog });// The following would return an instance of ExampleDialog:getTabzardImplementingVM<ExampleDialog>(getLatestTabzard()); Copy
dialogService.open({ viewModel: ExampleDialog });// The following would return an instance of ExampleDialog:getTabzardImplementingVM<ExampleDialog>(getLatestTabzard());
Test helper for getting the view model of the custom element which implements the tabzard.