Documentation
¶
Overview ¶
Package angular provides generators for Angular applications and libraries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateApp ¶
GenerateApp generates a new Angular application.
func GenerateLib ¶
GenerateLib generates a new Angular library.
Types ¶
type AppConfig ¶
type AppConfig struct {
Name string
Directory string
Tags []string
Style string // css, scss, sass, less
Routing bool
Standalone bool // Standalone components (Angular 17+)
SSR bool // Server-side rendering
Prefix string // Component selector prefix
Strict bool
}
AppConfig holds configuration for Angular app generation.
Click to show internal directories.
Click to hide internal directories.