mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 00:56:33 +03:00
provide static APP_ID
This commit is contained in:
parent
bba35337e6
commit
03e779c0d1
|
@ -1,4 +1,4 @@
|
|||
import { NgModule, ErrorHandler } from '@angular/core';
|
||||
import { NgModule, ErrorHandler, APP_ID } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
|
||||
import { Redoc, SecurityDefinitions, Method, REDOC_DIRECTIVES } from './components/index';
|
||||
|
@ -35,6 +35,7 @@ import { SpecManager } from './utils/spec-manager';
|
|||
ComponentParser,
|
||||
ContentProjector,
|
||||
LazyTasksService,
|
||||
{ provide: APP_ID, useValue: 'redoc' },
|
||||
{ provide: ErrorHandler, useClass: CustomErrorHandler },
|
||||
{ provide: COMPONENT_PARSER_ALLOWED, useValue: { 'security-definitions': SecurityDefinitions} }
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user