codelab icon indicating copy to clipboard operation
codelab copied to clipboard

"explain better" issues

Open kirjs opened this issue 8 years ago • 3 comments

  • [ ] 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)

kirjs avatar Jun 09 '17 23:06 kirjs

  • [x] Todo

kirjs avatar Jun 09 '17 23:06 kirjs

@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...

MichaelSolati avatar Jul 29 '17 14:07 MichaelSolati

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 😂)

tessaSAC avatar Jul 31 '17 04:07 tessaSAC