标签:div 使用 tar cal -- match strong 目标 sharp
1、不建议在src/app的目录里添加其他ts文件,否在在build android的时候会报错
bundle failed: Could not resolve ‘xxx.ts‘ from **/app.module.js
2、不建议多个页面文件共用一个文件夹,在ionic build android的时候会出现跟上面一样的错误。
pages
--home
----home.html
----home.scss
----home.ts
----home-details.html
----home-details.scss
----home-details.ts
3、在rc版使用Pipe后 ,build android报错。
常规写法:{{ item.state | pipeName }}
Supplied parameters do not match any signature of call target. 意思是找不到匹配跟目标的方法签名。
rc正确写法:{{item.state | pipeName : item.state}}
持续更新。。。
标签:div 使用 tar cal -- match strong 目标 sharp
原文地址:http://www.cnblogs.com/tonge/p/5990213.html