gpt4 book ai didi

Angular 2 无法绑定(bind)到 'ngif',因为它不是已知属性

转载 作者:太空狗 更新时间:2023-10-29 17:29:17 26 4
gpt4 key购买 nike

<分区>

我正在试验 Angular 2。我有一个包含两个组件的工作测试应用程序。一切正常,但是当我尝试使用 *ngif

时它崩溃了

已经有很多关于这个问题的问题,但大多数答案都指向导入“BrowserModule”来解决问题。就我而言,我已经这样做了。还有什么可能导致此问题?

我的 html

<table class='table' *ngif="products && products.length">

app.module.ts

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';

import { AppComponent } from './app.component';
import { CrazyComponent } from './products/crazy.component';

@NgModule({
imports: [ BrowserModule ],
declarations: [ AppComponent, CrazyComponent ],
bootstrap: [ AppComponent ]
})
export class AppModule { }

完整错误:

无法绑定(bind)到“ngif”,因为它不是“table”的已知属性。属性绑定(bind) ngif 未被嵌入式模板上的任何指令使用。确保属性名称拼写正确并且所有指令都列在“指令”部分

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com