mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
21 lines
415 B
HTML
21 lines
415 B
HTML
<!-- index.html -->
|
|
<html>
|
|
<head>
|
|
<title>Angular 2 Quickstart</title>
|
|
<title>Angular 2 Quickstart</title>
|
|
</head>
|
|
<body>
|
|
<!-- The wrapper component-->
|
|
<redoc-test>
|
|
Loading...
|
|
</redoc-test>
|
|
|
|
<!-- ReDoc built file with all dependencies included -->
|
|
<script src="dist/redoc.full.js"> </script>
|
|
<script>
|
|
//init redoc
|
|
Redoc.init();
|
|
</script>
|
|
</body>
|
|
</html>
|