Answers for "angular rellax"

0

angular rellax

//Install
$ npm i angular-rellax
//In your app.module.ts
import { RellaxDirective } from 'ng-rellax'

@NgModule({
    declarations: [RellaxDirective]
})
//In your component.html
<div rellax [speed]="4"></div>
Posted by: Guest on November-10-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language