仅通过网址在我的角度应用程序中显示我的角度应用程序中的一个组件

时间:2019-07-08 07:44:42

标签: angular web-component

有人需要仅通过url在我的角度应用程序中显示我角度应用程序的一个组件

<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <title>Custom Button Test Page</title>
  <!-- This is the Web Component import -->
  <script src="elements.js"></script>
</head>

<body>
<custom-button></custom-button>
</body>

</html>

0 个答案:

没有答案