@evm-angular-v2/mobile-core
v0.0.4
Published
### 安装组件
Downloads
19
Readme
安装
安装组件
npm install @evm-angular-v2/mobile-core --save引入资源
在 angular.json 中
"assets": [
...,
{
"glob":"**/*",
"input":"node_modules/@evm-angular-v2/mobile-core/assets",
"output":"assets/@evm-angular-v2/mobile-core"
}
]