NG WEBGETS
Configurations
// src/app/app.module.ts
import { WEBGETS_CONFIG } from "@isaiahiroko/ng-webgets";
import { MY_WEBGETS_CONFIG_VALUE } from "...";
providers: [
...
{ provide: WEBGETS_CONFIG, useValue: MY_WEBGETS_CONFIG_VALUE }
...
]