Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AppConfig

Hierarchy

  • AppConfig
    • AppConfig

Index

Properties

Optional appRoot

appRoot: string

Directory where app files are placed.

Optional appShell

appShell: object

Type declaration

  • app: string
  • route: string

Optional assets

assets: (string | object)[]

List of application assets.

Optional baseHref

baseHref: string

Base url for the application being built.

Optional budgets

budgets: object[]

Optional deployUrl

deployUrl: string

URL where files will be deployed.

Optional environmentSource

environmentSource: string

Source file for environment config.

Optional environments

environments: object

Name and corresponding file for environment config.

Type declaration

  • [name: string]: any

Optional index

index: string

The name of the start HTML file.

Optional main

main: string

The name of the main entry-point file.

Optional name

name: string

Name of the app.

Optional outDir

outDir: string

The output directory for build results.

Optional platform

platform: "browser" | "server"

The runtime platform of the app.

Optional polyfills

polyfills: string

The name of the polyfills file.

Optional prefix

prefix: string

The prefix to apply to generated selectors.

Optional root

root: string

The root directory of the app.

Optional scripts

scripts: (string | object)[]

Global scripts to be included in the build.

Optional serviceWorker

serviceWorker: boolean

Experimental support for a service worker from @angular/service-worker.

Optional stylePreprocessorOptions

stylePreprocessorOptions: object

Options to pass to style preprocessors

Type declaration

  • Optional includePaths?: string[]

    Paths to include. Paths will be resolved to project root.

Optional styles

styles: (string | object)[]

Global styles to be included in the build.

Optional test

test: string

The name of the test entry-point file.

Optional testTsconfig

testTsconfig: string

The name of the TypeScript configuration file for unit tests.

Optional tsconfig

tsconfig: string

The name of the TypeScript configuration file.