Hi!
I’ve recently started using ionic and I’m currently trying to implement a popover via the popover component, but as I try to import the PopoverComponent as seen on the Ionic popover tutorial and on some tutorials the import simply doesn’t work
I’m trying to import it using:
import { PopoverComponent } from ‘…/…/component/popover/popover.component’;
but I get the following error:
Cannot find module ‘…/…/component/popover/popover.component’ or its corresponding type declarations.
Since I’ve seen this import several times I assumed it was a default ionic component but that doesn’t seem to be the case as I don’t have any folder for this Popovercomponent.
I really feels like I’m missing something huge here… Either you need to completely create the popover component by yourself or there’s some command to install some ionic components that aren’t available by default, any help would be appreciate, I’d like to know why the Popovercomponent isn’t available…
I’m using the latest version of Ionic available
1 post - 1 participant