parent
f5e18029fa
commit
a972c039c3
@ -692,7 +692,7 @@ If the factory function needs access to other DI tokens, it can use the inject f
|
|||||||
const TOKEN =
|
const TOKEN =
|
||||||
new InjectionToken('tree-shakeable token',
|
new InjectionToken('tree-shakeable token',
|
||||||
{ providedIn: 'root', factory: () =>
|
{ providedIn: 'root', factory: () =>
|
||||||
new AppConfig(inject(Parameter1), inject(Paremeter2)), });
|
new AppConfig(inject(Parameter1), inject(Parameter2)), });
|
||||||
</code-example>
|
</code-example>
|
||||||
|
|
||||||
{@a optional}
|
{@a optional}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user