📜  角度放松 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:18.605000             🧑  作者: Mango

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

@NgModule({
    declarations: [RellaxDirective]
})
//In your component.html