自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(15)
  • 收藏
  • 关注

转载 Using An Item Template With An HTML Dropdown Menu Component In Angular 2 RC 3

A while ago, I played around with trying to create an HTML Dropdown menu component in Angular 2. This was quite a non-trivial task, but very worthwhile. Recently, however, I discovered that you coul

2016-08-30 16:27:34 554

转载 Using TemplateRef to create a tooltip/popover directive in Angular 2

This post is about a Component created in the context of our application development.There is a demo here, and you can find the full source code here.Lately, the need arose to create a tooltip

2016-08-30 16:25:11 686

转载 APP设计阅读:6本交互设计殿堂级的书籍

第1本:《The Design of Everyday Things》(交互圣经级的书)中文名称:设计心理学这是一本高屋建瓴、纵观全局但又细心讲解、细密入微的设计之书。凝练的原则+细致的论述+实际的例子+扩展的注解和引用,是这本书的基本写法。 一本从各种角度来说都很好的好书。在线阅读PDF版:立即阅读 第2本:《AboutFace3交互设计精髓》本书

2016-08-26 17:08:32 2917

转载 Using the Chrome Debugger Tools, part 3: The Sources Tab

Using the Chrome Debugger Tools, part 3: The Sources TabA few months ago, I started putting together a series of tutorials on the excellent Chrome debugger tools. Having explored the Elements tab

2016-08-26 16:59:32 716

转载 Lodash 中 assign,extend 和 merge 的区别

简介我们经常在别人的代码中看见 assign,extend,merge 函数,这三个函数用起来很相似,都是合并源对象的属性到目标对象中。既然都是合并对象,为什么还分三个不同的函数呢?它们之间到底有什么区别呢?assign(object, [sources])我们先看看官方网站上面的定义:Assigns own enumerable string keye

2016-08-22 12:39:16 25978

转载 ANGULAR 2 CHANGE DETECTION EXPLAINED

NG-NL has happened and it was awesome! I had the honour of giving a talk about change detection in Angular 2 and it seemed to be a huge success as attendees liked it a lot. With this article, we’d l

2016-08-19 16:33:08 521

转载 What is the read parameter in @ViewChild for

There can be several instances of various types be associated with the element tag with the #mynametemplate variable.For each element there is an ElementRef and ViewContainerRef (maybe others

2016-08-19 09:48:44 294

转载 JavaScript: What's the difference between HTML attribute and DOM property?

It is easy to confuse attribute with property when manipulating DOM object by JavaScript. document.getElementById('test').getAttribute('id'),$('#test').attr('id'), document.getElementById('test').id a

2016-08-17 13:10:37 240

转载 Angular 2 - DI

DICore AbstractionsThe library is built on top of the following core abstractions: Injector, Binding, and Dependency.An injector is created from a set of bindings.An injector resolve

2016-08-16 16:51:17 462

转载 Angular2 - Change detection

Change detection Every component gets a change detector responsible for checking the bindings defined in its template. Examples of bindings:{{todo.text}} and [todo]="t". Change detectors pro

2016-08-16 16:49:25 397

转载 Interacting efficiently with a RESTful service with Angular2 and RXJS (Part 3)

In the previous part of the article, we dealt with the way to manage data from a RESTful service and to link requests with form elements. We now tackle global issues like request interception, error

2016-08-16 16:39:51 223

转载 css清除浮动float的三种方法总结

摘要css清除浮动float的三种方法总结,为什么清浮动?浮动会有那些影响?    一、抛一块问题砖(display: block)先看现象:    分析HTML代码结构:div class="outer">    div class="div1">1div>    div class="div2">2div>    div class="div3">3div

2016-08-12 16:48:08 4580 1

转载 What's the difference between annotations and decorators in Angular 2?

原文链接: http://nicholasjohnson.com/blog/annotations-vs-decorators/

2016-08-08 18:01:01 247

转载 此像素非彼像素

本文由99根据Patrick H. Lauke的《A pixel is not a pixel is not a pixel》所译,整个译文带有我们自己的理解与思想,如果译得不好或不对之处还请同行朋友指点。如需转载此译文,需注明英文出处:http://www.quirksmode.org/blog/archives/2010/04/a_pixel_is_not.html,以及作者相关信息

2016-08-02 17:01:08 771 1

转载 常用meta整理

元素概要标签提供关于HTML文档的元数据。元数据不会显示在页面上,但是对于机器是可读的。它可用于浏览器(如何显示内容或重新加载页面),搜索引擎(关键词),或其他 web 服务。 —— W3School必要属性属性值描述contentsome text定义与http-equiv或name属性相关的元信

2016-08-02 16:58:11 178

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除