Get a reference to 'declarations' field from NgModule decorator at runtime

后端 未结 0 1037
挽巷
挽巷 2020-12-18 02:24

I have a standard Angular app with my components declared inside the NgModule decorator as follow :

@NgModule({
declarations: [ Component1, Component2, Compon         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题