// pagecontextinfo.ts
export interface _spPageContextInfo {
hasManageWebPermissions: boolean;
isAnonymousGuestUser: boolean;
isAppWeb: boolean;
isSiteAdmin: boolean;
layoutsUrl: string;
pageItemId: number,
pageListId: string;
pagePersonalizationScope: number;
ProfileUrl: string;
serverRequestPath: string;
siteAbsoluteUrl: string;
siteServerRelativeUrl: string;
systemUserKey: string;
userId: number;
userLoginName: string;
webAbsoluteUrl: string;
webServerRelativeUrl: string;
webTitle: string;
}import { _spPageContextInfo } from "../sharepoint/pagecontextinfo";src/app/services/spdata.service.ts(21,24): error TS2304: Cannot find name '_spPageContextInfo'.--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.