angular项目的问题 https://www.cnblogs.com/laixiangran/p/7751594.html
https://www.cnblogs.com/moqiutao/p/7119445.html 编辑器及其他知识
https://blog.youkuaiyun.com/anxiaomo1/article/category/6874085
Angular4_获取当前Url地址和获取Url传递的参数
https://blog.youkuaiyun.com/qq_36279445/article/details/78810672
https://blog.youkuaiyun.com/qq_29608143/article/details/82420416
0=="" // true
就是translate放在标签上的都有问题
这种情况的 ,我试了下,都是先显示原先的key,然后翻译成中文的
关于Angular中的:host选择器
https://blog.youkuaiyun.com/buttonchan/article/details/80252511
eg::host ng-deep [noWrap]
.ba-item{
&__label{
//…
}
}
Angular2 小贴士-多级注入器:
https://www.cnblogs.com/jiagoushi/p/6011301.html
https://segmentfault.com/a/1190000008626579
eg:constructor(
private render: Renderer2,
private el: ElementRef,
private renderer: Renderer2,
@Host() @Optional() private hostView: BaListComponent
) {}
public translate?: TranslateService,
/1+ / . t e s t ( " " ) / / f a l s e 校 验 空 也 为 f a l s e ! 需 要 做 非 空 校 验 的 / a [ − z A − Z 0 − 9 ] + /.test("") // false 校验空也为false!需要做非空校验的 /^[_a-zA-Z0-9]+ /.test("")//false校验空也为false!需要做非空校验的/a[−zA−Z0−9]+/.test(“1”) // true
angular的一些笔记:(同时有vue的一些东西)
https://www.cnblogs.com/minigrasshopper/category/1099158.html
_a-zA-Z0-9 ↩︎