【问题标题】:What is the replacement for askConfirmation in Angular 14 Schematics?Angular 14 Schematics 中 askConfirmation 的替代品是什么?
【发布时间】:2022-12-18 15:27:56
【问题描述】:

我怎样才能在角度 14 中完成这个?

似乎 askConfirmation 不再从“@angular/cli/utilities/prompt”导出。

https://github.com/angular/angular-cli/blob/be32c9aa34761f7ee5f6c7eafd8872e76350061d/packages/angular/cli/commands/add-impl.ts#L211

【问题讨论】:

    标签: angular angular14 angular-schematics


    【解决方案1】:

    最终从以下位置导入:

    “@angular/cli/src/utilities/prompt”;

    这不是最好的解决方案,但如果他们不导出它,它就必须来自 src。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-10-03
      • 2019-02-22
      • 2011-05-07
      • 2012-04-24
      • 2019-12-03
      • 2010-09-17
      • 2012-03-27
      • 2012-09-30
      相关资源
      最近更新 更多