Skip to content
  • AleksanderBodurri's avatar
    refactor(devtools): bring the angular devtools directory into the root bazel workspace · 445fbf81
    AleksanderBodurri authored
    Previously devtools used a nested workspace for its bazel configurations. This meant framework dependencies were consumed via npm.
    
    Now devtools is part of the root bazel directory that all other files in this codebase fall under. This allows us to build devtools using local angular packages, removing the need to consume these dependencies with npn. This is useful because we no longer have to update these dependencies with an automated tool like renovate, and our CI tests will always run against the most up to date framework packages.
    445fbf81