Giter Club home page Giter Club logo

ngx-toolset's People

Contributors

dependabot[bot] avatar swabiancoder avatar

Watchers

 avatar  avatar

ngx-toolset's Issues

Add ng add schematic to @ngx-toolset/date-interceptors

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have the possibility to easily integrate @ngx-toolset/date-interceptors. Therefore the package should contain a ng add schematic.

Additional context
Add schematics

Write a meaningful README for @ngx-toolset/lazy-dialogs

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have a collection of basic project information in the README file of the @ngx-toolset/lazy-dialogs project. The README file should therefore consist of the following information:

  • Include Build & Release pipeline status badge
  • MIT license badge
  • NPM version badge
  • Keep a Changelog badge
  • Give brief introduction to the project
  • Give usage introduction

Additional context
There's no additional context.

Add JSDoc to @ngx-toolset/template-type-checker

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have the possibility to view additional information regarding functions, classes, enums etc. of @ngx-toolset/template-type-checker in my IDE.

Additional context
JSDoc

Add ng add schematic to @ngx-toolset/api-token-interceptor

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have the possibility to easily integrate @ngx-toolset/api-token-interceptor. Therefore the package should contain a ng add schematic.

Additional context
Add schematics

Add JSDoc to @ngx-toolset/date-interceptors

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have the possibility to view additional information regarding functions, classes, enums etc. of @ngx-toolset/date-interceptors in my IDE.

Additional context
JSDoc

Setup ESLint, Stylelint and Prettier

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset contributor, I would like to make sure my changed code meets the code style guidelines. Therefore I would like to have ESLint, StyleLint and Prettier setup for the project.

Additional context
See workflow file.

Improve README of @ngx-toolset/date-interceptors package

Describe the bug
README of @ngx-toolset/date-interceptors package contains unnecessary 'Module Import' section and duplicate date-fns documentation hint.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://www.npmjs.com/package/@ngx-toolset/date-interceptors'

Expected behavior
'Module Import' is removed. Duplicate hint regarding date-fns documentation is removed.

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

Add pull request template

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset contributor, I would like to make sure that my pull requests meet the pull request guidelines.

Additional context
See community settings.

Implement & Release first version of @ngx-toolset/date-interceptors

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As an Angular developer I would like to have a simple solution to work with date strings in my application. Therefore all date strings contained in Angular HttpClient response bodies need to be converted to date objects. Also the conversion of date objects to a specified date string when sending an HTTP request via Angular HttpClient would be necessary.

Additional context
The package should be published on npm.

Add issue templates

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset contributor/consumer, I would like to make sure that my issues have the proper format.

Additional context
See community settings.

Add meaningful contributing guidelines

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset maintainer, I would like to make sure that all contributors follow some guidelines so that project maintainers could keep better project overview.

Additional context
See community settings.

Add JSDoc to @ngx-toolset/api-token-interceptor

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have the possibility to view additional information regarding functions, classes, enums etc. of @ngx-toolset/api-token-interceptor in my IDE.

Additional context
JSDoc

Write a meaningful README for @ngx-toolset/template-type-checker

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have a collection of basic project information in the README file of the @ngx-toolset/template-type-checker project. The README file should therefore consist of the following information:

  • Include Build & Release pipeline status badge
  • MIT license badge
  • NPM version badge
  • Keep a Changelog badge
  • Give brief introduction to the project
  • Give usage introduction

Additional context
There's no additional context.

Fix @ngx-toolset/template-type-checker version table

Describe the bug
Currently the table describes that version 1.x.x is compatible with Angular 14.x.x.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'https://www.npmjs.com/package/@ngx-toolset/template-type-checker'
  2. Scroll down to 'Installation' => 'NPM'
  3. See incorrect entry in the table

Expected behavior
14.x.x should be replaced with 16.x.x.

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context

Write a meaningful README for the project root

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have a list of packages with links to their README files in the project root's README file.

Additional context
There's no additional context.

Write a meaningful README for @ngx-toolset/date-interceptors

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have a collection of basic project information in the README file of the @ngx-toolset/date-interceptors project. The README file should therefore consist of the following information:

  • Include Build & Release pipeline status badge
  • MIT license badge
  • NPM version badge
  • Keep a Changelog badge
  • Give brief introduction to the project
  • Give usage introduction

Additional context
There's no additional context.

Support Angular 17

Is your feature request related to a problem? Please describe.
The packages of this project don't support Angular 17 yet.

Describe the solution you'd like
All packages of the project should support Angular 17.

Additional context
https://angular.dev/

Write a meaningful README for @ngx-toolset/api-token-interceptor

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have a collection of basic project information in the README file of the @ngx-toolset/api-token-interceptor project. The README file should therefore consist of the following information:

  • Include Build & Release pipeline status badge
  • MIT license badge
  • NPM version badge
  • Keep a Changelog badge
  • Give brief introduction to the project
  • Give usage introduction

Additional context
There's no additional context.

Add ng add schematic to @ngx-toolset/lazy-dialogs

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have the possibility to easily integrate @ngx-toolset/lazy-dialogs. Therefore the package should contain a ng add schematic.

Additional context
Add schematics

Implement & Release first version of @ngx-toolset/template-type-checker

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As an Angular developer I would like to have a simple solution to validate a variable's class instance type directly in HTML template.

Additional context
The package should be published on npm.

Remove @ngx-toolset/loading-spinner project

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
Delete all code related to @ngx-toolset/loading-spinner project.

Additional context
No additional context.

Write a meaningful README for @ngx-toolset/loading-spinner

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset consumer I would like to have a collection of basic project information in the README file of the @ngx-toolset/loading-spinner project. The README file should therefore consist of the following information:

  • Include Build & Release pipeline status badge
  • MIT license badge
  • NPM version badge
  • Keep a Changelog badge
  • Give brief introduction to the project
  • Give usage introduction

Additional context
There's no additional context.

Implement & Release first version of @ngx-toolset/lazy-dialogs

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As an Angular developer I would like to have a simple solution to lazy load my dialogs so that they don't increase Angular app's bundle size.

Additional context
The package should be published on npm.

Setup GitHub Codespaces dev container

Is your feature request related to a problem? Please describe.
No, it is not.

Describe the solution you'd like
As a ngx-toolset contributor I would like to have a simple solution to work with the repository's code using GitHub Codespaces. Therefore some plugins need to be pre-installed and Chrome needs to be installed for testing as well.

Additional context
Dev containers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.