You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ionic g page pages/home
Getting the following error
> ng generate page pages/home --project=app
Could not find an NgModule. Use the skip-import option to skip importing in NgModule.
[ERROR] Could not generate page.
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.
Getting the following error
My
ionic info
:The text was updated successfully, but these errors were encountered: