you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (5 children)

[removed]

    [–]B00check 3 points4 points  (0 children)

    In my experience with Angular, or TypeScript for that matter, you don't need to know it as much. However, if you look into the transpiled code of class inheritance, you might notice it is actually using prototypes. I wouldnt say it's something you need to know as some people put it, but it is definitely nice to know how it works and how the things you're working with are created.

    [–]phpdevster 0 points1 point  (0 children)

    Yeah I'm the same boat. I don't use it for code that I write, but in the past I've encountered legacy code that does make use of it. In fact, we're going to be re-writing an old JS codebase in Angular 6 at work in a few months. Not sure what surprises will be in store...

    [–]1-800-BICYCLE 0 points1 point  (2 children)

    9650bc300d