angular rellax

Solutions on MaxInterview for angular rellax by the best coders in the world

showing results for - "angular rellax"
Nicolas
05 Oct 2016
1//Install
2$ npm i angular-rellax
3//In your app.module.ts
4import { RellaxDirective } from 'ng-rellax'
5
6@NgModule({
7    declarations: [RellaxDirective]
8})
9//In your component.html
10<div rellax [speed]="4"></div>