From 41a1626ddb58e1e81f3aaae85dead02c15b92c24 Mon Sep 17 00:00:00 2001 From: Abner Oliveira Date: Tue, 15 Mar 2016 23:01:30 -0300 Subject: [PATCH] added typing to article in CmsComponent --- src/app/cms/cms.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/cms/cms.component.ts b/src/app/cms/cms.component.ts index d2fe9e5..a950085 100644 --- a/src/app/cms/cms.component.ts +++ b/src/app/cms/cms.component.ts @@ -16,7 +16,7 @@ import {Notification} from "../components/notification/notification.component"; @Inject(ArticleService, ProfileService, "$state", Notification) export class Cms { - article: any = {}; + article: noosfero.Article = {}; constructor(private articleService: ArticleService, private profileService: ProfileService, -- libgit2 0.21.2