-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed as not planned
Labels
Needs More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarified
Description
TypeScript Version: 3.5.2
Search Terms: import @angular/compiler/src/core
When auto-importing ChangeDetectionStrategy in angular 8, this line gets pulled in, which breaks production builds.
Expected behavior:
import { Component, Input, ChangeDetectionStrategy } from '@angular/core';
Actual behavior:
import { Component, Input } from '@angular/core';
import { ChangeDetectionStrategy } from '@angular/compiler/src/core';
Might be related to this, which was marked as fixed and locked
Paulomart
Metadata
Metadata
Assignees
Labels
Needs More InfoThe issue still hasn't been fully clarifiedThe issue still hasn't been fully clarified