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.
1 parent 5a2bdcc commit 8a48e0dCopy full SHA for 8a48e0d
packages.bzl
@@ -117,7 +117,7 @@ MATERIAL_EXPERIMENTAL_SCSS_LIBS = [
117
# all in-sync. This map is passed to each ng_package rule to stamp out the appropriate
118
# version for the placeholders.
119
ANGULAR_PACKAGE_VERSION = "^8.0.0 || ^9.0.0-0"
120
-MDC_PACKAGE_VERSION = "^1.1.0"
+MDC_PACKAGE_VERSION = "^4.0.0-alpha.0"
121
VERSION_PLACEHOLDER_REPLACEMENTS = {
122
"0.0.0-MDC": MDC_PACKAGE_VERSION,
123
"0.0.0-NG": ANGULAR_PACKAGE_VERSION,
0 commit comments