ionic-team / ionic-team/ionic-cli

Make standalone import the default

Đang mở
#5,101 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
triage
Ngôn ngữ chính
TypeScript
Star
2k
Fork
682
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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';
```

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.