A provider for the app configuration.

interface AppConfigJsonProvider {
    appName?: string;
    (): AppConfigJson;
}

Properties

Properties

appName?: string

Name of the app.