add method
Adds a builtin local provider for a template node.
Implementation
void add(CompileTokenMetadata token, o.Expression providerValue) {
_instances.add(token, BuiltInSource(token, providerValue));
}
Adds a builtin local provider for a template node.
void add(CompileTokenMetadata token, o.Expression providerValue) {
_instances.add(token, BuiltInSource(token, providerValue));
}