Skip to content

WebAppPluginOptions

Defined in: src/plugins/application/web-app/plugin.ts:9

Property Type Description Defined in

distDir?

string

Absolute path to the Angular dist/browser directory (production mode). If not provided, the plugin auto-detects from import.meta.dirname.

src/plugins/application/web-app/plugin.ts:14

path?

string

URL prefix to mount the Angular SPA under. Defaults to ’/_app’

src/plugins/application/web-app/plugin.ts:11