OnClickContext
OnClickContext
Utilities available to the onClick handler of an ActionBarItem.
Signature
interface OnClickContext {
route: ActivatedRoute;
dataService: DataService;
notificationService: NotificationService;
}
Members
route
property
type:
ActivatedRoute
dataService
property
type:
DataService
notificationService
property
type:
NotificationService