angular 41

[ ANGULAR ] robot.txt 추가

src/robot.txt 파일추가 angular.json 파일에서 에셋선언 https://happycording.tistory.com/entry/Angular%EC%97%90%EC%84%9C-sitemap-robotstxt-%EB%93%B1%EB%A1%9D%ED%95%98%EA%B8%B0 Angular에서 sitemap, robots.txt 등록하기 검색 노출을 위해 sitemap.xml, robots.txt를 사이트에 노출시켜야 합니다.Angular에서도 당연히 노출을 시켜줘야겠죠 ?방법 절대 어렵지 않습니다 :)시작해보겠습니다. 1. src 폴더 안에 sitemap.xml, robots.txt happycording.tistory.com

FE/Angular HEON.D 2022.12.27

[ ANGULAR ] polyfills 수정 후에도 IE 안되는 경우

Angular 11 까지만 IE 11 마지막으로 지원됨 12 부터는 지원안됨 .browserslistrc 수정 not prefix 제거 # This file is used by the build system to adjust CSS and JS output to support the specified browsers below. # For additional information regarding the format and rule options, please see: # https://github.com/browserslist/browserslist#queries # For the full list of supported browsers by the Angular framework, please see..

Team/난감했던 이슈들 HEON.D 2022.02.28