You are using ngAfterViewInit Lifecycle Hook, you just need to add below to make TSLint happy,
export class ParticlesComponent implements AfterViewInit
You are using ngAfterViewInit Lifecycle Hook, you just need to add below to make TSLint happy,
export class ParticlesComponent implements AfterViewInit