Angular:不要再在模板内调用函数了
模板是一种HTML的形式,它告诉Angular如何渲染组件。每个组件都有它的模板,它定义了元素和它应该如何看起来。但最常见的错误使用技巧之一是在模板内调用一个函数。
import { Component } from '@angular/core';
@Component({
selector: 'app-performance-issue',
template: `
<
模板是一种HTML的形式,它告诉Angular如何渲染组件。每个组件都有它的模板,它定义了元素和它应该如何看起来。但最常见的错误使用技巧之一是在模板内调用一个函数。 import { Component } from '@angular/core'; @Component({ selector: 'app-performance-issue', template: ` <