ionic-cli
ionic-cli copied to clipboard
Add Support for Standalone Angular Project Type
Added a new 'angular-standalone' option to the list of starter project types. This option allows the creation of standalone Angular projects, distinct from other templates. Modifications were made to the getStarterProjectTypes function to include this new project type.