error
[TypeScript] Property '@@@' has no initializer and is not definitely assigned in the constructor.
연 록
2022. 4. 3. 23:01
728x90
Angular 하다 만난 에러....
방법은 'tsconfig.json'에 "strictPropertyInitialization": false를 추가하는 것이다
"strictPropertyInitialization": false
그냥 뚱땅 붙여넣지 않고... 나는 저 위치에 넣어줬다
그러면 해결!