Front-end/Angular1 빌드 오류 ERROR in HostResourceResolver 새로운 Component 를 생성하고 빌드를 하던 중 에러가 발생하였다. 에러의 내용은 ERROR in HostResourceResolver: could not resolve in context of '새로만들었던 컴포넌트의 file path' 이렇게만 나와서 뭐가 문제인지를 몰랐었는데 기존의 코드를 복붙해오다가 뭔가 문제가 생겼겠거니 해서 하나하나 다시 보기로 했다. 복붙해온 코드는 @Component({ selector : '셀렉터' templateUrl : 'HTML 파일명' styleUrls : [''] }) export class 컴포넌트명 implements OnInit{ dt1 : DatatableComponent; datas = []; dataTableOptions : DatatableOp.. 2021. 12. 6. 이전 1 다음