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