material.mjs 521 B

123456789
  1. // primary entry-point which is empty as of version 9. All components should
  2. // be imported through their individual entry-points. This file is needed to
  3. // satisfy the "ng_package" bazel rule which also requires a primary entry-point.
  4. // Workaround for: https://github.com/microsoft/rushstack/issues/2806.
  5. // This is a private export that can be removed at any time.
  6. const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
  7. export { ɵɵtsModuleIndicatorApiExtractorWorkaround };
  8. //# sourceMappingURL=material.mjs.map