Open morgothulhu opened 9 years ago
Unable to use angular-leaflet-directive as the leaflet-directive dependency (note the '-') is causing all dependencies to be dropped in the autogen-ed .ng.ts file.
Once the regex in parseModuleFiles::regex.dependencies is fixed to:
dependencies: /var\s+dependencies\s*=\s*\[([\w\s.,"'\-]*)\]/,
everything seems back in order.
Unable to use angular-leaflet-directive as the leaflet-directive dependency (note the '-') is causing all dependencies to be dropped in the autogen-ed .ng.ts file.
Once the regex in parseModuleFiles::regex.dependencies is fixed to:
everything seems back in order.