Unexpected closing tag

에러 메시지

1
2
3
4
5
ERROR Error: Uncaught (in promise): Error: Template parse errors:
Unexpected closing tag "form".
It may happen when the tag has already been closed by another tag.
For more info see
https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags

문제 원인

  • div태그를 여는 부분은 그대로 두고, 닫는 부분만 주석 처리했더니 parsing 에러가 발생

  • 태그를 주석 처리할 때는 여는 태그와 닫는 태그 함께 주석처리 했는지 확인하기