我正在尝试在角度2中使用材料设计。 我已将app.module.ts中的FlexLayoutModule导入为
import { FlexLayoutModule } from "@angular/flex-layout";
但是当我尝试运行应用程序时,我遇到了这个问题
Uncaught Error: Unexpected module 'FlexLayoutModule' declared by the module 'AppModule'. Please add a @Pipe/@Directive/@Component annotation.
at syntaxError (compiler.js:485)
at compiler.js:15290
at Array.forEach (<anonymous>)
at CompileMetadataResolver.getNgModuleMetadata (compiler.js:15272)
at JitCompiler._loadModules (compiler.js:34405)
at JitCompiler._compileModuleAndComponents (compiler.js:34366)
at JitCompiler.compileModuleAsync (compiler.js:34260)
at CompilerImpl.compileModuleAsync (platform-browser-dynamic.js:239)
at PlatformRef.bootstrapModule (core.js:5567)
at Object.184 (main.ts:10)
我无法获得相同的解决方案。
实际使用案例是从材料设计角度2使用SlideMenu