angularjs2-tabs
Installation
To install this library, run:
$ npm install angularjs2-tabs --save
and then from the Angular TabsModule
:
;; ; // Import the library;
Once the library is imported, you can use its components, directives and pipes in the Angular application:
<!-- You can now use the library component in app.component.html --> {{title}} Content for Tab 1 Content for Tab 2 Content for Tab 3
Development
To generate all *.js
, *.js.map
and *.d.ts
files:
$ npm run tsc
To lint all *.ts
files:
$ npm run lint
License
MIT © Rohit Kumar