mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +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],
|
||||
templateUrl: './lib/components/Redoc/redoc.html',
|
||||
styleUrls: ['./lib/components/Redoc/redoc.css'],
|
||||
directives: [ApiInfo, MethodsList, SideMenu]
|
||||
//changeDetection: ChangeDetectionStrategy.Default
|
||||
directives: [ApiInfo, MethodsList, SideMenu],
|
||||
changeDetection: ChangeDetectionStrategy.Default
|
||||
})
|
||||
export default class Redoc extends BaseComponent {
|
||||
constructor(schemaMgr) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user