What is the proper way to use a dependent npm package in angular 6 library project?
问题 I'm a little confused as to how im supposed to reference external npm packages in my library angular6 project. We have an internal scss library I'd like to use to style my reusable components in my library. How do i go about importing that? package.json for lib project: { "name": "ikr-lib", "version": "0.0.1", "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0", "document-register-element": "1.8.1" }, "dependencies": { "element.ui": "^1.0