0.0.0 • Published 7 years ago

angular2-tab v0.0.0

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

Ng2Tab

Steps to implement in your project

  1. Go to project root and run npm install ng2-tab
  2. Goto to your AppModule
  3. import { Ng2Tab } from 'ng2-tab/ng2-tab.module'
  4. go to template where you want you use
  5. <tabs> <tab [tabTitle]="'Tab 1'">Tab 1 Content</tab> <tab [tabTitle]="'Tab 2'">Tab 2 Content</tab> </tabs>