1
0

Merge remote-tracking branch 'upstream/master' into configurable_entities

This commit is contained in:
Art Lowel
2019-03-29 13:23:05 +01:00
56 changed files with 2361 additions and 300 deletions

View File

@@ -70,6 +70,7 @@ import { NormalizedObjectBuildService } from './cache/builders/normalized-object
import { DSOChangeAnalyzer } from './data/dso-change-analyzer.service';
import { ObjectUpdatesService } from './data/object-updates/object-updates.service';
import { DefaultChangeAnalyzer } from './data/default-change-analyzer.service';
import { SearchService } from '../+search-page/search-service/search.service';
const IMPORTS = [
CommonModule,
@@ -139,6 +140,7 @@ const PROVIDERS = [
CSSVariableService,
MenuService,
ObjectUpdatesService,
SearchService,
// register AuthInterceptor as HttpInterceptor
{
provide: HTTP_INTERCEPTORS,