Skip to content
New issue

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

[p:99] 문의? #27

Open
GimYoungPhil opened this issue Sep 29, 2018 · 1 comment
Open

[p:99] 문의? #27

GimYoungPhil opened this issue Sep 29, 2018 · 1 comment
Assignees

Comments

@GimYoungPhil
Copy link

1 Global

window.rxjs.operators.map; // operator는 rxjs.operator 하위에 존재한다.

rxjs.operator -> rxjs.operators 와 같이 변경되어야 할 것 같습니다.

window.rxjs.operators.map; // operator는 rxjs.operators 하위에 존재한다.

2 CommonJS

const { map, filter } = require('rxjs/operators');

코드에서 문자열은 ""을 사용하시는데 위의 코드에서만 ''을 사용해서 일관성이 살짝 혼돈됩니다.
""을 계속 사용해 주시면 좋을것 같습니다.
'rxjs/operators' -> "rxjs/operators"

const { map, filter } = require("rxjs/operators");
@sculove
Copy link
Owner

sculove commented Sep 29, 2018

@GimYoungPhil 네 감사합니다.

@sculove sculove self-assigned this Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants