@ng-doc/add
Advanced tools
Comparing version 17.2.0 to 17.2.1
{ | ||
"name": "@ng-doc/add", | ||
"version": "17.2.0", | ||
"version": "17.2.1", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "schematics": "./schematics/collection.json", |
@@ -21,2 +21,10 @@ "use strict"; | ||
{ | ||
initializer: 'provideHttpClient(withInterceptorsFromDi(), withFetch())', | ||
imports: [ | ||
{ name: 'provideHttpClient', path: '@angular/common/http' }, | ||
{ name: 'withInterceptorsFromDi', path: '@angular/common/http' }, | ||
{ name: 'withFetch', path: '@angular/common/http' }, | ||
], | ||
}, | ||
{ | ||
initializer: 'provideNgDocContext()', | ||
@@ -23,0 +31,0 @@ imports: [{ name: 'provideNgDocContext', path: exports.GENERATED_PATH }], |
Sorry, the diff of this file is not supported yet
67844
1089