Closed gashcrumb closed 7 years ago
Main issue are these files:
https://github.com/atlasmap/atlasmap-ui/blob/master/src/app/lib/syndesis-data-mapper/services/document.management.service.ts https://github.com/atlasmap/atlasmap-ui/blob/master/src/app/lib/syndesis-data-mapper/services/mapping.management.service.ts
When you import the data mapper into a new project you get compile errors from the toPromise() calls.
Fixed that Observable import. Let's see if there's anything else.
closing, now it looks fine
Some of these imports seem to cause problems when trying to import the component into a new angular project, such as:
I think Observable should be imported from rxjs/Observable. Also it may not be necessary with more recent rxjs versions to import the operators.
@chirino FYI