angular

Error Angular LazyLoading serve or build

Issue "No module factory available for dependency type: ContextElementDependency" Lazy Loading 을 적용하려고 보니 설정을 잘 했는데 위와 같은 오류가 발생했다. 설정이 잘못된 줄 알았는데 webpack 이 잘못된거였다. 아래 처럼 깔끔하게 모두 지우고

nodejs heap out of memory

Angular Serve를 하는데 프로덕션으로 빌드 했더니 메모리 부족이 발생했다. 이때 간단히 해결 할 수 있다. export NODE_OPTIONS=--max_old_space_size=8192 8GB 정도 ng serve --port 4300 --aot -c production

TensorFlowJS with Angular

TensorFlowJS 좋다. 이제 더 이상 API 방식을 쓰지 않아도 웹브라우저 상에서 바로 TensorFlow Model을 사용할 수 있어서 그 반응 속도가 참 좋다 ㅎㅎ 물론 모델을 다운로드 받는 시간이 좀 있다는 건 함정 ㅋ