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.
如何在使用 Angular 2 + 加载内容时创建像 facebook 一样的背景加载行
阅读您的错误消息告诉您的内容。
我很确定 [up] 输入不再受支持,因此请尝试以下操作:
<div ngbDropdown placement="top-right" class="d-inline-block"> ... </div>
尝试:
ng build -prod --aot=false