[angular] Scully에 ngx-translate 적용 시 rehydration 방지 (Prevent rehydration using ngx-translate on scully)
과제 scully에 ngx-translate 적용하기 실행 후 언어를 변경하고 refresh 했을 때 rehydration 현상 확인 처음부터 변경된 언어로 작성된 static html을 화면에 노출하기
과제 scully에 ngx-translate 적용하기 실행 후 언어를 변경하고 refresh 했을 때 rehydration 현상 확인 처음부터 변경된 언어로 작성된 static html을 화면에 노출하기
과제 Scully를 적용하였을 때, 아래의 과제를 테스트 해봅니다. 빌드 타임에 모든 형태의 routing 별로 index.html 이 만들어지는가? 공통 meta, title 설정이 가능한가? 만일 그렇다면 routing별로 각각 다른 dynamic meta, tit...