Skip to content

Make standalone import the default #5101

Description

@rajinder-yadav

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:

import { Config } from '@ionic/angular/standalone';

vs

import { Config } from '@ionic/angular/';

Make NgModule based apps use:

import { Config } from '@ionic/angular/ngmodule';

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions