📅  最后修改于: 2022-03-11 15:01:18.605000             🧑  作者: Mango
//Install
$ npm i angular-rellax
//In your app.module.ts
import { RellaxDirective } from 'ng-rellax'
@NgModule({
declarations: [RellaxDirective]
})
//In your component.html