摘要: 引入样式: 导入全局 - >styles.css 导入第三方 - > 在package.json配置,然后再 npm install 安装好以后,最后再angular.json里面的styles添加node_module安装的第三方包 app里面的src目录都是模板: app.component.c 阅读全文
posted @ 2018-06-01 21:39 Sunsin 阅读(161) 评论(0) 推荐(0) 编辑
摘要: app.module.ts 1 var model = { 2 user: 'Admin', 3 items: [{ 4 action: 'buy flowsers', done: false 5 },{ 6 action: 'get shoes', done: false 7 },{ 8 acti 阅读全文
posted @ 2018-06-01 21:24 Sunsin 阅读(1038) 评论(0) 推荐(0) 编辑
摘要: 导入全局样式,生产环境和浏览器环境都导入了. 不知否你还记得index.html那个里面的节点 熟悉吗? 很熟悉吧 阅读全文
posted @ 2018-06-01 20:48 Sunsin 阅读(182) 评论(0) 推荐(0) 编辑