掘友等级
获得徽章 0
通过在 Direcitve() 装饰器中声明 exportAs: ’xxxxx‘, 之后即可在模板变量中获得这个 directive 的引用
Direcitve 装饰器中通过 `exportAs: string`
细节记不清了,但是 Formik 和 ControlValueAccessor 感觉有点神似
@Input() xxx; @Output xxxChange = new EventEmitter();
即可:
[(xxx)] = "anotherX"
「Angular runs app.tick twice on first start」
.... 为啥?
Zone.js 的 owener 上个月在线讲解 zone 的基本操作。不知道是不是国人,但是讲的我困了。。
template driven form 里面的 input 竟然没有 min/max 校验。
NG 9 里面 @ViewChild ... 又要删掉 static ... 尼玛
ejected 的 angular5 项目怎么升级? .... 把 ejected: true 去掉....
IDEA 的标签页对 touchpad 及其不友好.. 2019.2.2 以前一直觉得双指上下滑动的行为怪怪的,最近才发现是需要左右滑.... 卧槽... 是我傻了
下一页