打開Angular Bootstrap模態我試圖設置一個簡單的模態使用角引導。但我跑到這個錯誤: "ERROR Error: No component factory found for ModalContentComponent. Did you add it to @NgModule.entryComponents?
at noComponentFactoryError"
我已經
有誰知道是否可以在Angular模塊中導出枚舉? 如果沒有,有沒有在Angular模塊中發佈枚舉的最佳實踐? // not working example
// i dont know how to export GreatEnum
import { NgModule } from '@angular/core';
import { CommonModule } from '@angula