ionic-cli
ionic-cli copied to clipboard
The Ionic command-line interface
Since Angular now defaults to standalone component, it only make sense for ionic imports to be standalone by default. It gets tedious to type something like: ```ts import { Config...
**Description:** Seems like the CLI doesn't understand Angular 19 standalone conmponent. I am unable to create a page using: FYI: Standalone component is now the default. ```sh ionic g page...
**Description:** `ionic serve` is not working **Steps to Reproduce:** 1. `ionic start` 2. `ionic serve` **Output:**  **My `ionic info`:** 
**Description:** If I try to use `console.log('whatever')` in `capacitor.config.ts` launching `ionic capacitor run android ` or `ionic capacitor run ios` I get "Error while parsing Capacitor CLI version". But if...