AngularDart 指令列表? [英] List of AngularDart directives?

查看:18
本文介绍了AngularDart 指令列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

AngularDart 指令的完整列表是否记录在某处?我知道鉴于 AngularDart 的快速发展,此列表可能会发生变化.

Is the complete list of AngularDart directives documented somewhere? I understand that this list is subject to change, given the rapid evolution in AngularDart.

推荐答案

这是我发现的:

  • The classes implementing the directives are listed in the angular.directive library API documentation page.
  • The list of event directives can be found in the angular.directive/NgEventDirective class Dartdoc.

以下是从 2014 年 2 月 2 日的源代码中提取的(非事件)指令列表:

Here is the list of (non-event) directives extracted from the source as of 2014-02-02:

[ng-attr-*]              [ng-model][ng-required]
[ng-bind-html]           [ng-model][pattern]
[ng-bind-template]       [ng-model][required]
[ng-bind]                [ng-multiple]
[ng-checked]             [ng-non-bindable]
[ng-class-even]          [ng-open]
[ng-class-odd]           [ng-pluralize]
[ng-class]               [ng-readonly]
[ng-cloak]               [ng-repeat]
[ng-disabled]            [ng-required]
[ng-form]                [ng-selected]
[ng-hide]                [ng-shallow-repeat]
[ng-href]                [ng-show]
[ng-if]                  [ng-src]
[ng-include]             [ng-srcset]
[ng-model]               [ng-style]
[ng-model][maxlength]    [ng-switch-default]
[ng-model][minlength]    [ng-switch-when]
[ng-model][ng-maxlength] [ng-switch]
[ng-model][ng-minlength] [ng-unless]
[ng-model][ng-pattern]

这是事件指令的列表:

[ng-abort]              [ng-keyup]
[ng-beforecopy]         [ng-load]
[ng-beforecut]          [ng-mousedown]
[ng-beforepaste]        [ng-mouseenter]
[ng-blur]               [ng-mouseleave]
[ng-change]             [ng-mousemove]
[ng-click]              [ng-mouseout]
[ng-contextmenu]        [ng-mouseover]
[ng-copy]               [ng-mouseup]
[ng-cut]                [ng-mousewheel]
[ng-doubleclick]        [ng-paste]
[ng-drag]               [ng-reset]
[ng-dragend]            [ng-scroll]
[ng-dragenter]          [ng-search]
[ng-dragleave]          [ng-select]
[ng-dragover]           [ng-selectstart]
[ng-dragstart]          [ng-speechchange]
[ng-drop]               [ng-submit]
[ng-error]              [ng-toucheancel]
[ng-focus]              [ng-touchend]
[ng-fullscreenchange]   [ng-touchenter]
[ng-fullscreenerror]    [ng-touchleave]
[ng-input]              [ng-touchmove]
[ng-invalid]            [ng-touchstart]
[ng-keydown]            [ng-transitionend]
[ng-keypress]

我正在制作一个更好的列表,一旦可用,我会尽快回复.

I am working on a better list and will post back as soon as it is available.

这篇关于AngularDart 指令列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆