摘要: import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ name: 'multi' }) export class MultiPipe implements PipeTransform { transform(value: any, args?: any): any { if (args == null) { ... 阅读全文
posted @ 2018-04-23 19:43 chester·chen 阅读(719) 评论(0) 推荐(0) 编辑
摘要: {{name}} import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-bind', templateUrl: './bind.component.html', styleUrls: ['./bind.component.css'] }) export class Bind... 阅读全文
posted @ 2018-04-23 17:21 chester·chen 阅读(94) 评论(0) 推荐(0) 编辑
摘要: 点我 你好 你好 你好 你好 你好 import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-bind', templateUrl: './bi... 阅读全文
posted @ 2018-04-23 17:10 chester·chen 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-23 16:46 chester·chen 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-04-23 12:50 chester·chen 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 点我 import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-bind', templateUrl: './bind.component.html', styleUrls: ['./bind.component.css'] }) export class BindComponen... 阅读全文
posted @ 2018-04-23 10:09 chester·chen 阅读(156) 评论(0) 推荐(0) 编辑