Azure/ng-deploy-azure

Add support for Angular CLI v9

Open

#88 创建于 2020年2月9日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)TypeScript (43 fork)github user discovery
bugenhancementhelp wanted

仓库指标

Star
 (79 star)
PR 合并指标
 (PR 指标待抓取)

描述

Describe the bug When adding @azure/ng-deploy to an angular project v9, we get the following error:

Cannot read the output path (architect.build.options.outputPath) of project "bazel-angular" in angular.json

To Reproduce Steps to reproduce the behavior:

  1. npm i -g @angular/cli@9
  2. angular new demo
  3. ng add @azure/ng-deploy
  4. See error

Expected behavior @azure/ng-deploy should support the new angular v9 builder API.

Screenshots image

Related issue https://github.com/Azure/ng-deploy-azure/issues/85

贡献者指南