摘要: 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 阅读(726) 评论(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 阅读(100) 评论(0) 推荐(0)
摘要: 点我 你好 你好 你好 你好 你好 import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-bind', templateUrl: './bi... 阅读全文
posted @ 2018-04-23 17:10 chester·chen 阅读(183) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-23 16:46 chester·chen 阅读(122) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-23 12:50 chester·chen 阅读(121) 评论(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 阅读(166) 评论(0) 推荐(0)