Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Docker
- letterspacing
- HTML
- JDBC
- 프로세스
- SID
- 스레드
- http
- 스레드 덤프
- 컨트롤러
- Linux
- servicename
- MySQL
- httpservletreqeust
- 안드로이드 스튜디오
- wsdl
- MariaDB
- Database
- API
- 오블완
- service name
- cmd
- java
- ibatis
- oracle
- 티스토리챌린지
- Tomcat
- 키보드
- 영상편집
- 톰캣
Archives
- Today
- Total
블로그 이름
[ERROR] 'component' is not a known element 본문
오늘은 새로운 모듈을 사용하려고 했는데, 모듈이 표시되지 않는 현상이 있었다.
모듈 표시가 안되고, F12 개발자 모드에 뜬 로그는 이렇다.
'nb-calendar-month-picker' is not a known element:
1. If 'nb-calendar-month-picker' is an Angular component, then verify that it is part of this module.
2. If 'nb-calendar-month-picker' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
해당 컴포넌트를 찾을 수 없다는 내용인 듯 하다.
앵귤러 모듈 appModule에 해당 모듈을 추 가하여 해결하였다.
exports에 모듈 추가해주면 된다.
'개발 > 오류' 카테고리의 다른 글
[ERROR] ExportException: Port already in use: 9000 (0) | 2024.11.19 |
---|---|
[ERROR] java.lang.ClassCastException: java.util.ArrayList cannot be cast to (1) | 2024.11.14 |
[VSCODE] ng g c 안되는 현상 (0) | 2024.10.29 |
[ERROR] Check the result mapping for the 'TESTCOLUMN' property. (0) | 2024.10.18 |
[HTTP] HttpURLConnection 405 에러 해결법 (0) | 2024.10.16 |