codelab
codelab copied to clipboard
"explain better" issues
- [ ] Explain when to use public, private, this (#253)
- [ ] Bootstrapping (#129)
- [ ] Browser Events (#446)
- [ ] Setting Array Types (#415)
- [ ] Const and Let (#405)
- [ ] Dependency Injection (#384)
- [ ] Interfaces (#374)
- [ ] @ Symbol (#361)
- [ ] Angular Exports (#361)
- [ ] Decorators (#320)
- [ ] Template variables (#292)
- [ ] NgModules (#126)
- [x] Todo
@tessaSAC Where/how would you have the public/private distinction made for issue #253 . I feel as if it is more a feature/function of TS, however you think confusion may arise from the DI section...
(EDITED) It seems a few of these items are addressed already and just aren't checked off...
Ooh, please feel free to check them off as you see fit @MichaelSolati! I felt awkward to unassign myself lol but this task was a bit weird -- originally it was to turn a list of PRs into this checklist, so that was the part I finished hahaha.
As for when to use Public/Private, what do you think about putting it in the TypeScript module?
PS: Is the DI part a question or an observation? (i.e. if I said it I've forgotten where 😂)