We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 Global
window.rxjs.operators.map; // operator는 rxjs.operator 하위에 존재한다.
rxjs.operator -> rxjs.operators 와 같이 변경되어야 할 것 같습니다.
rxjs.operator
rxjs.operators
window.rxjs.operators.map; // operator는 rxjs.operators 하위에 존재한다.
2 CommonJS
const { map, filter } = require('rxjs/operators');
코드에서 문자열은 ""을 사용하시는데 위의 코드에서만 ''을 사용해서 일관성이 살짝 혼돈됩니다. ""을 계속 사용해 주시면 좋을것 같습니다. 'rxjs/operators' -> "rxjs/operators"
'rxjs/operators'
"rxjs/operators"
const { map, filter } = require("rxjs/operators");
The text was updated successfully, but these errors were encountered:
@GimYoungPhil 네 감사합니다.
Sorry, something went wrong.
sculove
No branches or pull requests
1 Global
rxjs.operator
->rxjs.operators
와 같이 변경되어야 할 것 같습니다.2 CommonJS
코드에서 문자열은 ""을 사용하시는데 위의 코드에서만 ''을 사용해서 일관성이 살짝 혼돈됩니다.
""을 계속 사용해 주시면 좋을것 같습니다.
'rxjs/operators'
->"rxjs/operators"
The text was updated successfully, but these errors were encountered: