Giter VIP home page Giter VIP logo

ng-config's People

Contributors

dagonmetric-contributor avatar mmzliveid avatar renovate-bot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ng-config's Issues

Just a question...

I'm sorry if this is just that obvious but I am having a hard time figuring out how to correctly update any config values.

I have the latest version (v4.0) and I have the service working as expected. Values are retrieved from an API and I can pull them from the ConfigService but updating the object returned does not trigger the EventEmitter and I don't see a method to call on the ConfigService that would take my updated data and update the underlying option.

this.form.valueChanges
    .pipe(takeUntil(this._unsubscribeAll))
    .subscribe((formValues) => {
         let options = <AppOptions>this._configService.getValue('app');
         options.layout.width = formValues.layout.width;

        // What do I do here?
    });

Again, sorry if this is obvious but I'm missing it. Thank you for your time.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency @types/cors to ^2.8.17
  • Update dependency eslint to ^7.32.0
  • Update dependency tsickle to ^0.46.3
  • Update dependency zone.js to ^0.14.5
  • Update Node.js to v20 (node, @types/node)
  • Update dependency @angular-devkit/build-angular to v17
  • Update dependency @types/jasmine to v5
  • Update dependency eslint to v9
  • Update dependency eslint-config-prettier to v9
  • Update dependency eslint-plugin-jsdoc to v48
  • Update dependency eslint-plugin-prettier to v5
  • Update dependency firebase-admin to v12
  • Update dependency firebase-functions to v5
  • Update dependency firebase-functions-test to v3
  • Update dependency jasmine-core to v5
  • Update dependency prettier to v3
  • Update dependency ts-node to v10
  • Update dependency typescript to v5
  • Update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

npm
package.json
  • @angular/common ^11.2.3
  • @angular/core ^11.2.3
  • rxjs ^6.6.6
  • tslib ~2.1.0
  • @angular-devkit/build-angular ^0.1102.2
  • @angular/cli ^11.2.2
  • @angular/compiler ^11.2.3
  • @angular/compiler-cli ^11.2.3
  • @angular/language-service ^11.2.3
  • @angular/platform-browser ^11.2.3
  • @angular/platform-browser-dynamic ^11.2.3
  • @types/cors ^2.8.10
  • @types/jasmine ^3.6.4
  • @types/jasminewd2 ^2.0.8
  • @types/node ^14.14.35
  • @typescript-eslint/eslint-plugin ^4.16.1
  • @typescript-eslint/parser ^4.16.1
  • cors ^2.8.5
  • eslint ^7.21.0
  • eslint-config-prettier ^7.2.0
  • eslint-plugin-jsdoc ^32.2.0
  • eslint-plugin-prettier ^3.3.1
  • firebase-admin ^9.5.0
  • firebase-functions ^3.13.2
  • firebase-functions-test ^0.2.3
  • jasmine-core ^3.6.0
  • lib-tools ^2.0.4
  • prettier ^2.2.1
  • protractor ~7.0.0
  • ts-node ^9.1.1
  • tsickle ^0.39.1
  • typescript 4.1.5
  • zone.js ^0.11.4
samples/demo-app/package.json
  • @angular/animations 11.2.3
  • @angular/common ^11.2.3
  • @angular/compiler 11.2.3
  • @angular/core ^11.2.3
  • @angular/forms ^11.2.3
  • @angular/platform-browser ^11.2.3
  • @angular/platform-browser-dynamic ^11.2.3
  • @angular/router ^11.2.3
  • @dagonmetric/ng-config ^4.3.2
  • rxjs ^6.6.6
  • tslib ~2.1.0
  • zone.js ^0.11.4
  • @angular-devkit/build-angular ^0.1102.2
  • @angular/cli ^11.2.2
  • @angular/compiler-cli ^11.2.3
  • @angular/language-service ^11.2.3
  • @types/node ^14.14.35
  • ts-node ~9.0.0
  • typescript ~4.1.5
samples/firebase-functions/package.json
  • cors ^2.8.5
  • firebase-admin ^9.5.0
  • firebase-functions ^3.13.2
  • node 14

  • Check this box to trigger a request for Renovate to run again on this repository

Can you maintain for Angular 12, 13?

I could not install ng-config because of peerDependencies.
I want to use ng-config in Angular 12 or 13.
Can you maintain it?

Or can I fork it to another repository and remake it?

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

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.