1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

This import contains errors, which may affect components that depend on this NgModule

Discussão em 'Angular' iniciado por M. S., Novembro 8, 2024 às 05:42.

  1. M. S.

    M. S. Guest

    CAUSE: Inject data variable in a component in Angular: ex.:

    constructor(
    @Inject(MAT_DIALOG_DATA) public data: any) {}


    EFFECT:

    Error: src/app/app.module.ts:24:5 - error NG6002: This import contains errors, which may affect components that depend on this NgModule.

    24 HomeModule,
    ~~~~~~~~~~

    Error: src/app/layout/home/home.module.ts:30:9 - error NG6002: This import contains errors, which may affect components that depend on this NgModule.

    30 DialogModule
    ~~~~~~~~~~~~


    I have tried to reinstall node_modules and analyzed the code

    Continue reading...

Compartilhe esta Página