UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines 276 B
export class EventBinding { constructor(eventName, elIndex, dirIndex, records) { this.eventName = eventName; this.elIndex = elIndex; this.dirIndex = dirIndex; this.records = records; } } //# sourceMappingURL=event_binding.js.map