Skip to content
View austendewolf's full-sized avatar
🛠️
Building products
🛠️
Building products

Block or report austendewolf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. austendewolfdotcom austendewolfdotcom Public

    Personal website

    TypeScript

  2. ng-flat-form ng-flat-form Public

    Angular 8 forms library with support for static and dynamic rendering, validation, and floating labels.

    TypeScript

  3. IGenericRepository<T> IGenericRepository<T>
    1
    public interface IGenericRepository<T> : IDisposable where T : class, IBaseEntity
    2
        {
    3
            // Base
    4
            Task<IEnumerable<T>> GetAsync(IDatbaseQueryOptions<T> options = null);
    5
            Task<IEnumerable<T>> GetByAsync(IDatbaseQueryOptions<T> options = null);
  4. DocumentGenerator DocumentGenerator Public

    Generate .doxc and .pdf files from a template and populate those files with custom data

    C#