Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(bazel): Emit metadata.json under Blaze #23049

Closed
wants to merge 1 commit into from
Closed

Commits on Mar 30, 2018

  1. build(bazel): Emit metadata.json under Blaze

    This commit modifies the compilation to emit metadata.json files when
    compiled under Blaze. The default behavior of ngc is to emit metadata
    only when the --flatModuleOutFile flag is specified, but this mode
    is not used in Blaze.
    Emitting metadata for individual Angular components is needed for
    Angular Language Service to work with projects compiled with Blaze.
    kyliau committed Mar 30, 2018
    Configuration menu
    Copy the full SHA
    a010886 View commit details
    Browse the repository at this point in the history