AngularJS Reading Position Indicator
Based on http://css-tricks.com/reading-position-indicator
This is an AngularJS 2.x.x
implementaton.
To use AngularJS 1.x.x
you have to pick 1.x.x
version and look at branch angular-1.x.x
import {AngularRpi} from 'angular-rpi';
@Component({
directives: [AngularRpi],
template: '<angular-rpi></angular-rpi>'
})
npm start
npm run tcs
npm run typings
Feel free to commit your code here :)
MIT