Guest User

Untitled

a guest
Nov 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. export function MapDirective(): ng.IDirective {
  2. return {
  3. bindToController: true,
  4. controllerAs: 'vm',
  5. controller: customMapDirectiveController,
  6. restrict: 'E',
  7. templateUrl: ' ....html',
  8.  
  9. }
  10. }
  11.  
  12. class customMapDirectiveController {
  13. ...
  14. }
  15. }
  16.  
  17. Error TS2304 (TS) Cannot find name 'Marker'. JW.WebApp ...typingsleaflet.markerclusterleaflet.markercluster.d.ts
  18. Error TS2304 (TS) Cannot find name 'LatLngBounds'. JW.WebApp ...typingsleaflet.markerclusterleaflet.markercluster.d.ts
Add Comment
Please, Sign In to add comment