Angular 2中 ‘component’ is not a known element
报错如下图:
When I deal with similar problems, there are several points :
- Check the name is correct? (also check the selector defined in the component)
- Declare the component in a module?
- If it is in another module, export the component?
- If it is in another module, import that module?
- Restart the cli?