docs: bootstrap method

This commit is contained in:
Misko Hevery
2015-03-13 21:54:19 +00:00
parent 3273adade5
commit 956b8c8792
2 changed files with 104 additions and 5 deletions

View File

@ -1,6 +1,10 @@
import {ABSTRACT, CONST, normalizeBlank, isPresent} from 'angular2/src/facade/lang';
import {ListWrapper, List} from 'angular2/src/facade/collection';
/**
* Directives allow you to attach behavior to the DOM elements. Directive is an abstract concept, instead use concrete
* directives such as: [Component], [Decorator] or [Viewport].
*/
@ABSTRACT()
export class Directive {
selector:any; //string;