angular--outlet报错(引用antdesign)
我在angular中引用了antdesign,下面是我的项目结构,在app.component.html中写了
文章图片
文章图片
后来发现是因为我在根组件路由模块文件中配置好路由,但是没有在app.module中引入这个路由模块
修改一下
在app.module.ts中引入appRoutingModule
文章图片
可以复制下面的语句直接用
// route
import { AppRoutingModule } from './app-routing.module';
// route
AppRoutingModule
不报这个错了
【angular--outlet报错(引用antdesign)】菜鸟一枚,欢迎大神指点
推荐阅读
- 解决SpringBoot引用别的模块无法注入的问题
- 接口|axios接口报错-参数类型错误解决
- Dubbo引用服务
- 打开Anaconda|打开Anaconda Navigator 时报错 error 5 拒绝访问
- 运行报错Cannot|运行报错Cannot find module '@babel/compat-data/corejs3-shipped-proposals’
- JAVA代码的调优思路
- 故障分析 | MongoDB 5.0 报错 Illegal instruction 解决
- 被mybatis-generator-gui-0.6.1报错坑到的那些事(二)
- weex|weex run ios 报错 /bin/sh: pod: command not found 解决方案
- 使用yum命令报错File|使用yum命令报错File "/usr/bin/yum", line 30 except KeyboardInterrupt, e: