Export interface

This commit is contained in:
Willem Dantuma 2021-12-02 11:23:36 +01:00
parent 8e4364bd08
commit c6d14e6c9c
2 changed files with 3 additions and 2 deletions
package.json
projects/common-map/src/fm-map

@ -1,6 +1,6 @@
{
"name": "farmmaps-lib-app",
"version": "1.1.3",
"version": "1.1.4",
"scripts": {
"ng": "ng",
"start": "ng serve",

@ -164,7 +164,8 @@ export {
ITemporalItemLayer,
TemporalItemLayer,
ifZoomToShowDirective,
ZoomToShowAlert
ZoomToShowAlert,
IClickedFeature
}
@NgModule({