【MyEclipse CI 2019.4.0安装包下载】 通过Eclipse Marketplace目录或各种更新站点类型添加插件来自定义您的Genuitec IDE。 Genuitec提供以下IDE:MyEclipse。 注意:如果您使用的是CodeMix或Angular IDE Eclipse插 ...
分类:
系统相关 时间:
2019-09-09 14:53:53
阅读次数:
120
1. 路由跳转方式一: /路由?id='001' 方式 -- queryParams 方式 路由配置:{ path: 'details', component: bookDetailsComponent } a. 指令跳转: <a [routerLink]="['/details']" [query ...
分类:
其他好文 时间:
2019-09-05 18:21:10
阅读次数:
92
【Kendo UI for jQuery最新试用版下载】 Kendo UI目前最新提供Kendo UI for jQuery、Kendo UI for Angular、Kendo UI Support for React和Kendo UI Support for Vue四个控件。Kendo UI f ...
分类:
Web程序 时间:
2019-09-05 12:04:54
阅读次数:
122
前言 Angular Material 作为 Angular 的官方组件库,无论是设计交互还是易用性都有着极高的质量。正如官方所说其目的就是构建基于 Angular 和 TypeScript 的高质量组件库。 官方列举了如下几点来解释“高质量”的含义。 国际化和可访问性,以便所有用户都可以使用。 不 ...
分类:
其他好文 时间:
2019-09-05 01:11:05
阅读次数:
126
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