Shahab Ganji

Results 12 issues of 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...

Docs
Needs more info
Suggestion
API
In discussion
Topic: Templating
Topic: Compiling/rendering

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...

question

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```

enhancement
later-on

feature

feature

feature

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...