Office 365 & SharePoint Expert
You can check page mode in SPFx code. Page can have 2 kind of modes.
To check environment , you have to import Environment, EnvironmentType from @microsoft/sp-core-library package.
Example :
import { Environment, EnvironmentType } from ‘@microsoft/sp-core-library’;
Hi,
We all know that previously we were having only one place to add app in app catalog which was created by the tenant admin. That app catalog was configured by the tenant admin & when any package deployed on this app catalog , was…