UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines (8 loc) 235 B
export class EventBinding { constructor(eventName, elIndex, dirIndex, records) { this.eventName = eventName; this.elIndex = elIndex; this.dirIndex = dirIndex; this.records = records; } }