You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2024. It is now read-only.
#### 非常简单
Although it's possible to write quite complex template expressions, you should avoid them.
虽然也可以写出相当复杂的模板表达式,但不要那么写。
A property name or method call should be the norm.
An occasional Boolean negation (`!`) is OK.
Otherwise, confine application and business logic to the component itself,
where it will be easier to develop and test.
常规是属性名或方法调用。偶尔的逻辑取反 (`!`) 也还凑合。
其它情况下,应在组件中实现应用和业务逻辑,使开发和测试变得更容易。
出错的URL:
https://angular.cn/guide/template-syntax
错误的内容(请拷贝进来一份精确的出错文本,以便我定位):
官网的:
项目里的:
建议的修改方式(可选):
英雄留名(会出现在鸣谢清单中,默认使用你的github id):