1 2 3 4

PomeloYe

博客园 首页 新随笔 联系 订阅 管理

2019年11月4日 #

摘要: 阅读全文
posted @ 2019-11-04 17:36 PomeloYe 阅读(256) 评论(0) 推荐(0) 编辑

摘要: https://stackblitz.com/ 借助StackBlitz网站可快速开始搭建一个angular项目 一个angular的component包含三项东西 A component classthat handles data and functionality. (componentName.component.ts) An HTML templatethat deter... 阅读全文
posted @ 2019-11-04 17:35 PomeloYe 阅读(207) 评论(0) 推荐(0) 编辑

摘要: 1.打开cmd,进入你代码保存的文件夹,你想把新建的项目保存在哪个文件夹,即进入哪个文件夹: 我把文件放到这里: 然后,使用下面的命令创建项目: // ng new 项目名称,如下示例:创建名为 helloAngular的项目ng new helloAngular 安装后结果: 新建项目的过程可能会失败,在文末我会给... 阅读全文
posted @ 2019-11-04 17:34 PomeloYe 阅读(571) 评论(0) 推荐(0) 编辑

摘要: 一. 安装 npm i ng-material-treetable --save npm i @angular/material @angular/cdk @angular/animations --save 二、配置 在app.module.ts中导入模块 import { TreetableModule } from 'ng-material-treetable'; @NgModule... 阅读全文
posted @ 2019-11-04 17:34 PomeloYe 阅读(1151) 评论(0) 推荐(0) 编辑