mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
11 lines
193 B
JavaScript
11 lines
193 B
JavaScript
'use strict';
|
|
|
|
import {Redoc} from './components/index';
|
|
import {enableProdMode} from 'angular2/core';
|
|
|
|
export var init = Redoc.init;
|
|
|
|
window.Redoc = Redoc;
|
|
enableProdMode();
|
|
Redoc.autoInit();
|