I have migrated angular 8 to version 10. Application is using custom angular library which is also being migrated from version 7 to 10. this library has NgxFileDropModule which is imported as
(import { NgxFileDropModule } from 'ngx-file-drop';)
but the error is thrown in main application ERROR in Cannot resolve type entity i9.NgxFileDropModule to symbol How do I get rid of this issue P.s. library is compiled and built well but main application throws error which has dependency on library
I've had a similar problem while having the library locally sourced using
file:
package target. My solution was to setprojects.PROJECTNAME.architect.build.options.preserveSymlinks
totrue
.e.g.