Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var TemplateFS embed.FS
Functions ¶
Types ¶
type Options ¶
type Options struct {
Name string // Project name
Output string // Output directory
Prefix string // Angular component selector prefix
ApiUrl string // API base URL
Force bool // Overwrite existing files
SkipAuth bool // Skip authentication module
SkipPwa bool // Skip PWA configuration
SkipState bool // Skip NGXS state management
SkipI18n bool // Skip internationalization
}
Options holds all options for the angular init command
Click to show internal directories.
Click to hide internal directories.