ezzabuzaid / react-context-in-angular

1 stars 1 forks source link

Context And Router #10

Open ezzabuzaid opened 3 years ago

ezzabuzaid commented 3 years ago

The good news is you can still use context with a routed component

<context name="MyContext">
  <provider [value]="chatItem" name="MyContext">
    <router-outlet></router-outlet>
  </provider>
</context>