1. 自定义指令 - @directive import { Component, Directive, HostListener, ElementRef } from '@angular/core' @Directive({ selector: '[input-trim]', host: { '( ...
分类:
其他好文 时间:
2019-09-03 00:07:59
阅读次数:
143
@angular/forms里有个接口用来实现支持[(ngModel)],具体可查ControlValueAccessor,这边还未深入理解只是为了开发组件而初步了解 我们要做的事就是实现这个接口 export class SearchSelectComponent implements Contr ...
分类:
其他好文 时间:
2019-09-02 23:45:56
阅读次数:
129
基本 在项目根目录下执行ng test命令即执行单元测试 每个component下面的 xxx.component.spec.ts 就是该component对应的单元测试文件 依赖 如果该component依赖了新的module,即使是配在上级的xxx.module.ts中的,这个xxx.compo ...
分类:
其他好文 时间:
2019-09-02 17:28:05
阅读次数:
142
To start this tutorial, you need an Angular 5+ application created using the Angular CLI. Refer to the Angular CLI documentation for information on ho ...
分类:
其他好文 时间:
2019-09-01 14:37:42
阅读次数:
134
AngularJS中文学习网:https://www.angularjs.net.cn/ 在Angular JS中常见指令: ng-app:创建一个angularjs的应用 ng-init:用来初始化变量数据 ng-repaest:遍历对象或者数组等符合数据类型, 数组:遍历 下标$index 元素 ...
分类:
Web程序 时间:
2019-08-30 22:28:11
阅读次数:
107
Vue Vue.js React Angular javaScript ES6 js HTML5 H5 webpack (React Native)
HBuilder Mui jQuery (uni app) 微信小程序 mpvue APICloud element-ui (ant deisign)
CSS CSS3 Node.js WEB前端 Web全栈开发 Layui Egret flutter Taro ionic gulp
分类:
其他好文 时间:
2019-08-30 19:30:57
阅读次数:
79
使用ViewChildren "官方文档" ...
分类:
其他好文 时间:
2019-08-30 15:59:04
阅读次数:
74