Shahab Ganji
Shahab Ganji
# 🙋 Feature Request There are times you need to let the user of your component to inject its customized contents to the templates of your component, this is when...
Consider a situation where I have a default implementation for an interface and some decorators, now I could use grace to register my decorators like the following: ```cs public void...
I have implemented a generic pipeline behavior for my query handlers like the one below: ```cs public sealed class ErrorHandlerBehaviour : IPipelineBehavior { public async Task Handle(TRequest request, CancellationToken cancellationToken,...
Enable ```abt-dropdown``` component to be allowed to use outline just as ```abt-button```
Dear @phatboyg I was reading this sample and saw the following: > Not too sure how I feel about the enum indicating what batch action to take, and then the...