you shouldn’t need to do the .forRoot
part here. Since it’s a lazy loaded module, it’s not the root. just using IonicModule
is enough alone.
Testing it out locally, that should be all you need to change. But we’ll see after you make the edit.
you shouldn’t need to do the .forRoot
part here. Since it’s a lazy loaded module, it’s not the root. just using IonicModule
is enough alone.
Testing it out locally, that should be all you need to change. But we’ll see after you make the edit.