0
我嘗試將ng-bootstrap的alert指令(NGB_ALERT_DIRECTIVES)添加到Angular-CLI項目中。我遵循https://stackoverflow.com/a/38413274/1596547中描述的步驟。將ng-bootstrap中的NGB_ALERT_DIRECTIVES添加到Angular-CLI項目時出錯
前面的結果中出現以下錯誤:
EXCEPTION: Can't resolve all parameters for NgbDismissibleAlert: (TemplateRef, ViewContainerRef, Injector, ?, Renderer).
如何解決以上,並且這關係到預編譯選項?請參閱:Precompile fails when adding ng-bootstrap to an Angular-CLI project