gpt4 book ai didi

Angular 'mdb-navbar-brand' 不是已知元素 :

转载 作者:行者123 更新时间:2023-12-03 17:57:45 24 4
gpt4 key购买 nike

我在参与 Angular 项目时遇到了这个错误。我不明白我该怎么办。谁能帮帮我?

SCRIPT5022: Template parse errors:
'mdb-navbar-brand' is not a known element:
1. If 'mdb-navbar-brand' is an Angular component, then verify that it is part of this module.
2. If 'mdb-navbar-brand' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message. ("

最佳答案

您需要先导入模块才能在组件中使用它。因此,在您的应用程序组件中导入它,如下所示。

import { MDBBootstrapModule } from 'angular-bootstrap-md';

@NgModule({
imports: [
MDBBootstrapModule.forRoot()
]
});

如果您使用 angular cli,请将 scss 添加到您的 angular.json 配置文件中

"node_modules/angular-bootstrap-md/scss/bootstrap/bootstrap.scss",
"node_modules/angular-bootstrap-md/scss/mdb-free.scss",

现在它应该适用于所有风格

关于Angular 'mdb-navbar-brand' 不是已知元素 :,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54866038/

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