Mauricio Urraco

Results 1 comments of Mauricio Urraco

You have to instantiate it in your constructor like this: ```ts constructor(private aos: AOS) { } ``` And then: ```ts ngAfterViewInit() { this.aos.init({ once: true }); } ```