abedev31

Results 1 comments of abedev31

HI, It's seems that a wrong import definition into src/app/app.module.ts file. Replace import component by module, following this: import { EmailEditorComponent } from '../../projects/email-editor/src/lib/email-editor.component'; must be: import { **EmailEditorModule** }...