ionic-team / ionic-cli

The Ionic command-line interface
MIT License
2k stars 644 forks source link

Add Support for Standalone Angular Project Type #5031

Open caioSalchesttes opened 10 months ago

caioSalchesttes commented 10 months ago

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.