0.0.1 • Published 6 years ago

@isaiahiroko/ng-webgets v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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 }
    ...
]