битву экстрасенсов, но я постараюсь это избежать всё же. Короче я зафетчил изменения своего товарища запустил проект и в результате процесса билда ангуляр дал такую ошибку:
C:\Users\Dmitri_dev\Desktop\Live\h2h-ui>ng build --prod --outputPath=%NGINX_HOME%\html
ERROR in src/app/constants/constants.ts(50,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'Country' was called.
src/app/constants/constants.ts(51,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'Country' was called.
src/app/constants/constants.ts(52,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'Country' was called.
src/app/constants/constants.ts(56,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'City' was called.
src/app/constants/constants.ts(57,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'City' was called.
src/app/constants/constants.ts(58,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'City' was called.
src/app/constants/constants.ts(59,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'City' was called.
src/app/constants/constants.ts(60,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'City' was called.
src/app/constants/constants.ts(61,9): Error during template compile of 'constants'
Function calls are not supported in decorators but 'City' was called.
src/app/app.component.html(4,17): Property 'userService' is private and only accessible within class 'AppCo
mponent'.
src/app/app.component.html(6,17): Property 'userService' is private and only accessible within class 'AppCo
mponent'.
Сразу вам говорю, что эти ошибки не связаны с ошибками в коде НИКАК так как у моего товарища ветка собирается, а у меня нет. Дело может в неправильной конфигурации или в кешировании - хз, но точно не в коде честно. Поэтому скажите: из за чего могут быть ошибки подобного рода как у меня, если код логически правильный и собирается у других, если говорить по конкретнее о причине такого поведения ?? Мы счас проект подсаживаем на вебпак по-маленьку, хотя счас он у нас не установлен как депенденси.
попробуйте исправить как здесь написано https://angular.io/guide/aot-metadata-errors#function-calls-not-supported или билд делайте без аот ng build --prod --aot=false
Обсуждают сегодня