mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-30 17:44:07 +03:00
uncomment changeDetection spec in redoc
This commit is contained in:
parent
667af8f2e4
commit
f44ded1e86
|
@ -12,8 +12,8 @@ import {ChangeDetectionStrategy} from 'angular2/angular2';
|
||||||
providers: [SchemaManager],
|
providers: [SchemaManager],
|
||||||
templateUrl: './lib/components/Redoc/redoc.html',
|
templateUrl: './lib/components/Redoc/redoc.html',
|
||||||
styleUrls: ['./lib/components/Redoc/redoc.css'],
|
styleUrls: ['./lib/components/Redoc/redoc.css'],
|
||||||
directives: [ApiInfo, MethodsList, SideMenu]
|
directives: [ApiInfo, MethodsList, SideMenu],
|
||||||
//changeDetection: ChangeDetectionStrategy.Default
|
changeDetection: ChangeDetectionStrategy.Default
|
||||||
})
|
})
|
||||||
export default class Redoc extends BaseComponent {
|
export default class Redoc extends BaseComponent {
|
||||||
constructor(schemaMgr) {
|
constructor(schemaMgr) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user