UNPKG

design-angular-kit

Version:

Un toolkit Angular conforme alle linee guida di design per i servizi web della PA

11 lines 519 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.addHttpClient = void 0; const schematics_1 = require("@angular-devkit/schematics"); function addHttpClient() { //this dependency should be provided at application level instead of lib level. ref: provideDesignAngularKit //provideHttpClient(), return (host, context) => (0, schematics_1.callRule)((0, schematics_1.noop)(), host, context); } exports.addHttpClient = addHttpClient; //# sourceMappingURL=add-http-client.js.map