Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种动态加载角度分量的方法。组件名称应存储在 json 文件中,服务应根据 json 文件中的名称加载组件。第二步应该是将渲染组件的 html 存储到 div innerHTML 中。我已经在使用常规的 HTML 页面进行操作了。