Ionic 4: "export 'List' was not found in '@ionic/angular'

Using @ionic/angular@4.0.0-rc.0, when I try to import list, as follow:

import { Platform, ToastController, List } from '@ionic/angular';

I get this buildtime error: [ng] "export ‘List’ was not found in ‘@ionic/angular’

Looking at ionic core It can see the exporting for List, but It can be used.

Is this a bug? How could I use the List?

Thanks

See the CHANGELOG entry for beta 18 - it’s renamed to IonList.

1 Like