How to use @angular/bazel - 1 common examples

To help you get started, we’ve selected a few @angular/bazel examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github angular / angular / modules / benchmarks / src / largetable / render3 / protractor.on_prepare.js View on Github external
module.exports = async function(config) {
  const serverSpec = await protractorUtils.runServer(config.workspace, config.server, '-port', []);

  const serverUrl = `http://localhost:${serverSpec.port}`;
  // Since the browser restarts in this benchmark we need to set both the browser.baseUrl
  // for the first test and the protractor config.baseUrl for the subsequent tests
  protractor.browser.baseUrl = serverUrl;

  const processedConfig = await protractor.browser.getProcessedConfig();
  return processedConfig.baseUrl = serverUrl;
};

@angular/bazel

Angular - bazel build rules

MIT
Latest version published 12 months ago

Package Health Score

86 / 100
Full package analysis

Popular @angular/bazel functions

Similar packages