-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
Bug Report / Question
What is the expected behavior?
The build bundle should only contain the imported modules, not the complete Angular Material
What is the current behavior?
The build bundle contains the whole package even if only there is one module imported from angular material.
What i imported in the chunk is
import { MdTooltipModule } from '@angular/material';
imports: [
MdTooltipModule
]Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular : v4.0.0
Material : v2.0.0-beta3
Is there anything else we should know?
No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
