2016-02-15 40 views

回答

0

我還沒有見過類似的東西。

如果只是你的自定義組件,你可以讓他們自己註冊

constructor(componentRegistry:ComponentRegistry) { 
    componentRegistry.add(this); 
} 
+0

謝謝。似乎沒有選擇,只能這樣做... –

相關問題