UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

11 lines 373 B
'use strict';var EventBinding = (function () { function EventBinding(eventName, elIndex, dirIndex, records) { this.eventName = eventName; this.elIndex = elIndex; this.dirIndex = dirIndex; this.records = records; } return EventBinding; })(); exports.EventBinding = EventBinding; //# sourceMappingURL=event_binding.js.map