文章分类 -  angular

摘要:接触app开发从年初以来大约有半年了,总结一下最近半年学习,了解的相关知识: 1.ionic: 官方地址:https://ionicframework.com 首先接触的是ionic相关的东西,先看了ionic相关的介绍 Ionic apps are created and developed pr 阅读全文
posted @ 2018-06-20 15:02 fantastiLi 阅读(122) 评论(0) 推荐(0)
摘要:官网文档:https://www.tslang.cn/docs/home.html 基本类型:number,boolean,string,array,enum,any,null and undefined,void ,tuple,never tuple(元组) 表示已知元素数量和类型的数组 let 阅读全文
posted @ 2018-05-13 12:29 fantastiLi 阅读(88) 评论(0) 推荐(0)