加载屏幕上的角度变化ngIf

时间:2019-04-06 13:50:43

标签: angular typescript angular7

在我的查看屏幕上,我的页面看起来像这样

enter image description here

对于下载按钮,我正在使用jspdf生成pdf文件,但它将生成类似

enter image description here

这是我的输入框示例

header("Location:signup.php")

当用户按下下载按钮时,我将如何显示一个加载按钮(由我自己制作),页面内容将变为表格或其他内容,以及已下载的pdf文件将显示表格而不是显示输入框,并且在完成加载屏幕后,它将返回到正常页面。

1 个答案:

答案 0 :(得分:0)

以下是在Angular应用上放置加载程序的常见做法。

TS

$rules = [
'p1q' => "required|in:1,2,3,4,5,6,7,8,9,10", //mind the changed field name change from "num" to "p1q"
  ];

HTML

<select name="num" ... >

您可以使用加载程序SVG或https://github.com/airbnb/lottie-web

代替 Loading 消息

此外,请确保您的变更检测器会自动重新呈现DOM。