From 5eb623fb599b103cebcf2293f01e22f558f5b668 Mon Sep 17 00:00:00 2001 From: Sadanand Mandal Date: Fri, 18 Aug 2017 22:09:33 +0530 Subject: [PATCH] type object updated from object to Object --- src/particles.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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