ionic-team / ionic-team/ionic-cli
Make standalone import the default
Đang mở
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
Đánh giá
Issue này chưa được đánh giá.