Upgrade to Pro — share decks privately, control downloads, hide ads and more …

8. Custom validations, controls and multi-providers

iliya
March 01, 2017
36

8. Custom validations, controls and multi-providers

iliya

March 01, 2017
Tweet

Transcript

  1. ForwardRef • We use it because es6 classes aren't hoisted

    • forwardRef takes a function as an argument that returns a class. The argument function is called after the class is declared.
  2. DI Injectors Module Component Component Directive Directive • Every Component

    has an Injector • Every Directive takes her parent Component's Injector