Skip to content

raphael1202/angular-library

Repository files navigation

AngularLibrary

This is a demo project that shows how to release a library to npm.

Installation

npm install my-lib-raphael

Usage

@Component({
  selector: 'my-component',
  template: ` <my-lib-raphael></my-lib-raphael> `,
  imports: [MyLibComponent],
})
export class MyComponent {}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published