evanshortiss / obd-parser

Write commands to a generic OBDII connection and parse responses
Other
37 stars 17 forks source link

Unable to build application(obd-parser) with ionic frmework #5

Closed nitinsr013 closed 6 years ago

nitinsr013 commented 7 years ago

Hi

I have created a new application in ionic and when I run command ionic serve then its build and ran fine. Now I install the obd-parser and on home.ts I have added the below line at top.

import * as OBD from 'obd-parser';

After adding this line my application its stop working. Please refer the attached screen shot. iconic

evanshortiss commented 6 years ago

@nitinsr013 that's an odd error, it looks like the comments are not being parsed correctly. Did you get it figured out?

I'm going to close this since it does not appear to be a bug with this library, and is most likely an issue with the Ionic/Angular build process. Please reopen if you have found otherwise.