You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a local component directive that calls get_static_components() (with the registry.lookup as the lookup argument) in its perform, and then does a .component() call on it to register a local resources directory as a component.
I wonder whether we just need a 'directive that executes after everything else has run' directive and whether that would be enough to implement this, instead of a custom directive.
The text was updated successfully, but these errors were encountered:
Implement a local component directive that calls get_static_components() (with the registry.lookup as the lookup argument) in its perform, and then does a .component() call on it to register a local resources directory as a component.
I wonder whether we just need a 'directive that executes after everything else has run' directive and whether that would be enough to implement this, instead of a custom directive.
The text was updated successfully, but these errors were encountered: