1.3.0 • Published 7 years ago

ng2-chord-transpose v1.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Ng2ChordTransposer

npm version npm

Chord Transpose Component for Angular 2

Angular component that enable the user to input plain text guitar chord string and able to change key instantly.

Features:

  • Guitar chord sheet render
  • Instant transpose

Usage

npm install ng2-chord-transpose
Module
import { Ng2ChordTransposeModule } from 'ng2-chord-transpose';

@NgModule({
  ...
  imports: [
    ...
    Ng2ChordTransposeModule
  ],
  providers: [],
  ...
})
export class AppModule { }
Component
import { Ng2ChordTransposeComponent } from 'ng2-chord-transpose';
HTML template
<ng2-chord-transpose [chordSections]='data.sections' [key]='data.key'></ng2-chord-transpose>

Input Attributes

Future features

  • Test cases
  • styling

Credits

Created by Kevin Hong

Inspired by angular-chord-transposer

License

MIT

1.3.0

7 years ago

1.2.9

7 years ago

1.2.8

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago