We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@angular/compiler/testing
1 parent 9147660 commit 0baac6cCopy full SHA for 0baac6c
packages.bzl
@@ -83,7 +83,7 @@ MDC_PACKAGES = [
83
ANGULAR_PACKAGES_CONFIG = [
84
("@angular/animations", struct(entry_points = ["browser"])),
85
("@angular/common", struct(entry_points = ["http/testing", "http", "testing"])),
86
- ("@angular/compiler", struct(entry_points = ["testing"])),
+ ("@angular/compiler", struct(entry_points = [])),
87
("@angular/core", struct(entry_points = ["testing"])),
88
("@angular/forms", struct(entry_points = [])),
89
("@angular/platform-browser", struct(entry_points = ["testing", "animations"])),
0 commit comments