From 5f7bb98efeb60591ec8d86d225644fe3bd652d8a Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 9 Oct 2017 12:00:56 +0100 Subject: [PATCH] reintroduce old name export BC clean postpone in 2.0.0 --- ng2-components/ng2-alfresco-userinfo/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ng2-components/ng2-alfresco-userinfo/index.ts b/ng2-components/ng2-alfresco-userinfo/index.ts index 1125a0d2be..54c0beb018 100644 --- a/ng2-components/ng2-alfresco-userinfo/index.ts +++ b/ng2-components/ng2-alfresco-userinfo/index.ts @@ -60,3 +60,6 @@ export const USER_INFO_PROVIDERS: any[] = [ ] }) export class UserInfoModule {} + +/** @deprecated in 1.9.0 */ +export class UserInfoComponentModule {}