File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
contributor-docs/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This page gives an overview of various different dependency types supported by t
8
8
9
9
## Background
10
10
11
- As discussed in [ Firebase Components] ({{site.baseurl}{% link components/components.md %} }), in order
11
+ As discussed in [ Firebase Components] ({{ site.baseurl }}{% link components/components.md %}), in order
12
12
for a ` Component ` to be injected with the things it needs to function, it needs to declare dependencies.
13
13
These dependencies are then made available and injected into ` Components ` at runtime.
14
14
@@ -66,7 +66,7 @@ See [Dynamic Module Support]({{ site.baseurl }}{% link components/dynamic_module
66
66
This type of dependency informs the ` ComponentRuntime ` that a given ` Component ` cannot function without a dependency.
67
67
When the dependency is missing during initialization, ` ComponentRuntime ` will throw a ` DependencyMissingDependency ` .
68
68
This type of dependency is useful for built-in components that are always present like ` Context ` , ` FirebaseApp ` ,
69
- ` FirebaseOptions ` , [ Executors] ({{site.baseurl}}{%link components/executors.md%}).
69
+ ` FirebaseOptions ` , [ Executors] ({{ site.baseurl }}{% link components/executors.md %}).
70
70
71
71
To declare a required dependency use one of the following in your ` ComponentRegistrar ` :
72
72
You can’t perform that action at this time.
0 commit comments