Skip to content

Why is dynamic component code in main.js? #7

@bostondevin

Description

@bostondevin

I would expect the dynamic component code to be part of the chunk instead of inside the main.js file - is this intentional? I see you are importing the message component at the top of app.component.ts:

import { MessageComponent } from './dynamic-modules/message/message.component';

Doesn't this cause it to be part of the main.js file? Maybe i'm missing something

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions