mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 01:54:08 +03:00
Menu component clean up
This commit is contained in:
parent
0dfac8590e
commit
b06ac81937
|
@ -1,7 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
import {RedocComponent, BaseComponent} from '../base';
|
||||
import SchemaManager from '../../utils/SchemaManager';
|
||||
import {NgZone, ChangeDetectionStrategy} from 'angular2/core';
|
||||
import {redocEvents} from '../../events';
|
||||
import detectScollParent from 'scrollparent';
|
||||
|
@ -23,7 +22,6 @@ const INVIEW_POSITION = {
|
|||
|
||||
@RedocComponent({
|
||||
selector: 'side-menu',
|
||||
providers: [SchemaManager],
|
||||
templateUrl: './lib/components/SideMenu/side-menu.html',
|
||||
styleUrls: ['./lib/components/SideMenu/side-menu.css'],
|
||||
changeDetection: ChangeDetectionStrategy.Default
|
||||
|
|
Loading…
Reference in New Issue
Block a user