我有一个组件,我将其拆分为特定于平台的文件 ex.component.ios.ts和ex.component.android.ts 我的问题是如何将它导入模块,因为只使用ex.component给我一个错误 感谢。
答案 0 :(得分:0)
我认为可以使用带有
的ex.d.ts文件来解决它In [86]: np.random.shuffle(Xtrain.T)
In [87]: Xtrain
Out[87]:
array([[2, 3, 1],
[5, 6, 4],
[7, 3, 1]])