@isaiahiroko/ng-webgets
v0.0.1
Published
Sets of reuseable and scalable Angular components.
Downloads
3
Maintainers
Readme
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 }
...
]