ionic-team / ionic-team/ionic-cli
Make standalone import the default
Offen
triage
- Vorherrschende Sprache
- TypeScript
- Sterne
- 2k
- Forks
- 682
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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 } from '@ionic/angular/standalone';
```
vs
```ts
import { Config } from '@ionic/angular/';
```
Make NgModule based apps use:
```ts
import { Config } from '@ionic/angular/ngmodule';
```
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.