squeezebox icon indicating copy to clipboard operation
squeezebox copied to clipboard

Simple Angular 2 accordion component

Results 4 squeezebox issues
Sort by recently updated
recently updated
newest added

I did `npm install squeezebox --save`, then `import { SqueezeBoxModule } from 'squeezebox/dist';` and `imports: [SqueezeBoxModule],` in my `app.module.ts`. If I try to include it as `` in the `index.html`...

See: https://angular.io/guide/static-query-migration

This issue persists. If I do squeezebox/dist it fails on ng build --prod saying @NgModule tag or strange private public property error. If I do just squeezebox import withd just...

I have text as well as a button on SB-item-header. Now if I want to capture a click of a button it is taking the click of the toggle. I...