FabContainer

Can some one help me? I am trying to import FabContainer in Ionic 4 this way

import { FabContainer } from ‘ionic-angular’;

But it says that module ionic-angular is not found.

Someone told me that ionic-angular is now @ionic/angular in Ionic 4 but @ionic/angular does not import FabContainer class.

If someone can help. Many thanks.

You can use ionic 4 components, in ionic 3 container that assist the fab button ( <button ion-fab> ) allowing it to be placed in fixed position that does not scroll with the content.