Skip to content

Commit

Permalink
Merge e651f81 into 7809d44
Browse files Browse the repository at this point in the history
  • Loading branch information
atd-schubert committed Jul 18, 2018
2 parents 7809d44 + e651f81 commit cff93a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/map-component/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ const template: string = `
(zoom)="handleEvent('zoom', $event);"
(move)="handleEvent('move', $event);"
(zoomend)="handleEvent('zoomend', $event);"
(boxzoomstart)="handleEvent('boxzoomstart', $event);"
(boxzoomend)="handleEvent('boxzoomend', $event);"
(moveend)="handleEvent('moveend', $event);"
(popupopen)="handleEvent('popupopen', $event);"
(popupclose)="handleEvent('popupclose', $event);"
Expand Down Expand Up @@ -185,6 +187,8 @@ export class AppComponent extends ExampleAppComponentBlueprint {
{name: 'keypress', value: '', type: 'event' },
{name: 'preclick', value: '', type: 'event' },
{name: 'zoomanim', value: '', type: 'event' },
{name: 'boxzoomstart', value: '', type: 'event' },
{name: 'boxzoomend', value: '', type: 'event' },
],
};
}
Expand Down

0 comments on commit cff93a6

Please sign in to comment.