How to create a custom component V4

Hi, I have a problem when I try to create a custom component in Ionic V4,

Ive already imported in app.module.ts (in Declarations and entryComponents).

declarations: [AppComponent, MenuComponent],
_ entryComponents: [MenuComponent],_

This is the error I get:

If ‘app-meniu’ is an Angular component, then verify that it is part of this module.

How could I solve this?