1.0.4 • Published 7 years ago

mark-keast v1.0.4

Weekly downloads
8
License
MIT
Repository
-
Last release
7 years ago

Angular accordian

An npm Package Angualr 2 accordian.

Basic Usage

This example has four accordion's

<ng-accordian [closeOthers]="true">
  <ng-accordian-group heading="heading one">
    content one
  </ng-accordian-group>
  <ng-accordian-group heading="heading two">
    <p>Ready to go, statically typed build system using Gulp for working with TypeScript.
    Production and development builds.
    Sample unit tests with Jasmine and Karma including code coverage via Istanbul.
    End-to-end tests with Protractor.</p>

    <p>Ready to go, statically typed build system using Gulp for working with TypeScript.
    Production and development builds.
    Sample unit tests with Jasmine and Karma including code coverage via Istanbul.
    End-to-end tests with Protractor.</p>    
  </ng-accordian-group>
  <ng-accordian-group heading="heading three">
    content three
  </ng-accordian-group>
  <ng-accordian-group heading="heading four">
    content four
  </ng-accordian-group>
</ng-accordian>