Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 기술면접
- 기본키
- 무결성
- 앵귤러
- Visual Studio Code
- 자바스크립트
- jdk
- DCL
- 절차지향
- jquery
- 생성자 네이밍
- DDL
- Angular.js
- 트랜잭션
- json
- js
- 변수
- VS Code
- jre
- 외래키
- GitHub
- V8 자바 스크립트 엔진
- javascript
- angular
- 네이밍 컨벤션
- node.js
- 깃허브
- JPQL
- DML
- 생성자
Archives
- Today
- Total
console.log("연록")
[TypeScript] Property '@@@' has no initializer and is not definitely assigned in the constructor. 본문
error
[TypeScript] Property '@@@' has no initializer and is not definitely assigned in the constructor.
연 록 2022. 4. 3. 23:01728x90
Angular 하다 만난 에러....
방법은 'tsconfig.json'에 "strictPropertyInitialization": false를 추가하는 것이다
"strictPropertyInitialization": false
그냥 뚱땅 붙여넣지 않고... 나는 저 위치에 넣어줬다
그러면 해결!