diff --git a/src/particles.component.ts b/src/particles.component.ts index 944b434..b43981d 100644 --- a/src/particles.component.ts +++ b/src/particles.component.ts @@ -14,7 +14,7 @@ export class ParticlesComponent { @Input() width: number = 100; @Input() height: number = 100; @Input() params: IParams; - @Input() style: object = {}; + @Input() style: Object = {}; constructor() { } } \ No newline at end of file