Precedence of Directive Loading
Directives are loaded into the directive registry from the system and also from the user artifacts. So, now there are multiple cases where there might be conflicts, this section will describe how those conflicts are handled and what the users should expect in terms of behavior of the system when there are conflicts. Following are the scenarios when there could be conflict
SYSTEM has a directiveÂ
x
 pre-loaded, but a USER defines the same directiveÂx
.User 1 has a USER directiveÂ
y
, and User 2 also has a different version or a completely different directive, but has the same nameÂy
.SYSTEM has two directives with the same nameÂ
z
.USER directiveÂ
k
 has two different artifacts.
Created in 2020 by Google Inc.