Mauricio Urraco

Results 2 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 }); } ```

This a bit outdated, but I'm curious, did you get it to work?