angular2-tabs
Advanced tools
Comparing version 0.1.0-beta.4 to 0.1.0-beta.5
{ | ||
"name": "angular2-tabs", | ||
"version": "0.1.0-beta.4", | ||
"version": "0.1.0-beta.5", | ||
"description": "Tabs for angular2", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -8,2 +8,10 @@ [![Join the chat at https://gitter.im/DemgelOpenSource/Home](https://badges.gitter.im/DemgelOpenSource/Home.svg)](https://gitter.im/DemgelOpenSource/Home?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
## Installation | ||
Github only contains the source code for this project, to get the transpiled code for use in your project you will need to install it from npm. | ||
Simply use the following command: | ||
npm install angular2-tabs --save | ||
## Example | ||
@@ -60,2 +68,11 @@ | ||
### an-canactivate / an-cantactivate | ||
These classes are added to the `li` based on if the tab can be activated based on the `canActivate` function passed in. | ||
These classes are added to the `li` based on if the tab can be activated based on the `canActivate` function passed in. | ||
## Contributing | ||
To contribute, please fork this repository, then clone your repository. Once cloned feel free to make any changes you like. | ||
When you clone the repository, you will only recieve the Typescript files, typings and tsconfig. There is no testing included, as this is pretty simple. | ||
## Thanks | ||
A Special thanks to those at `Angular2` for creating angular2. |
20381
18
338
76