├── README.md ├── bower.json ├── ng2-parallax-directive ├── parallax.directive.js ├── parallax.directive.js.map └── parallax.directive.ts ├── ng2parallax.js ├── ng2parallax.js.map ├── ng2parallax.ts ├── package.json └── tsconfig.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/bower.json -------------------------------------------------------------------------------- /ng2-parallax-directive/parallax.directive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/ng2-parallax-directive/parallax.directive.js -------------------------------------------------------------------------------- /ng2-parallax-directive/parallax.directive.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/ng2-parallax-directive/parallax.directive.js.map -------------------------------------------------------------------------------- /ng2-parallax-directive/parallax.directive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/ng2-parallax-directive/parallax.directive.ts -------------------------------------------------------------------------------- /ng2parallax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/ng2parallax.js -------------------------------------------------------------------------------- /ng2parallax.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/ng2parallax.js.map -------------------------------------------------------------------------------- /ng2parallax.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/ng2parallax.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/package.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allenJynRoyston/ang2-parallax/HEAD/tsconfig.json --------------------------------------------------------------------------------