vesse / passport-ldapauth

LDAP authentication strategy for Passport
MIT License
312 stars 100 forks source link

angular 6 compatible #74

Closed mheidt closed 6 years ago

mheidt commented 6 years ago

I have a working angular 6 application and tried to integrate your project.

Unfortunately a ng build fails

Suddenly other packages are throwing errors like Can't resolve 'path' in ..\node_modules\minimatch

or Can't resolve 'fs' in bunyan

vesse commented 6 years ago

Not an issue of this library. This is no different from any other Node library. If you included a Node lib to your frontend then don't, it doesn't work like that, and if you didn't, use eg. Google to solve issues why ng build includes unrelated files.