Lint error: Implement lifecycle hook interfaces

you are using ngAfterViewInit Lifecycle Hook, you just need to add below to make TSLint happy,

export class ParticlesComponent implements AfterViewInit

Hope this helps!!