gpt4 book ai didi

javascript - Angular - 模块 AppModule 导入的意外值 MatDialog

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

我正在尝试将 Angular Material 集成到 Angular 中,但出现以下错误。程序编译成功,但在浏览器中出现此问题。

Uncaught Error: Unexpected value 'MatDialog' imported by the module 'AppModule'. Please add a @NgModule annotation.
at syntaxError (compiler.js:485)
at eval (compiler.js:15226)
at Array.forEach (<anonymous>)
at CompileMetadataResolver.getNgModuleMetadata (compiler.js:15201)
at JitCompiler._loadModules (compiler.js:34385)
at JitCompiler._compileModuleAndComponents (compiler.js:34346)
at JitCompiler.compileModuleAsync (compiler.js:34240)
at CompilerImpl.compileModuleAsync (platform-browser-dynamic.js:239)
at PlatformRef.bootstrapModule (core.js:5551)
at eval (main.ts:11)

最佳答案

您应该改为导入 MatDialogModule

@NgModule({
imports: [
...,
MatDialogModule
]
...
})
export class AppModule {}

另外不要忘记, Angular Material 已从选择器中的 md 移动到 mat

关于javascript - Angular - 模块 AppModule 导入的意外值 MatDialog,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48264880/

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