AngularLibrary This is a demo project that shows how to release a library to npm. Installation Usage Installation npm install my-lib-raphael Usage @Component({ selector: 'my-component', template: ` <my-lib-raphael></my-lib-raphael> `, imports: [MyLibComponent], }) export class MyComponent {}