摘要: 第一部分: (应用的“外壳”) 1、新建项目: ng new mytest 2、进入项目目录,并启动这个应用。 cd mytest ng serve --open 3、添加一个标题 打开 app.component.ts title = 'Tour of Heroes'; 打开 app.compon 阅读全文
posted @ 2018-09-04 14:46 撑死的喵~ 阅读(4234) 评论(0) 推荐(1)