@ng-doc/core
Advanced tools
Comparing version 16.16.0 to 16.17.0
@@ -48,2 +48,10 @@ import { Component, Type } from '@angular/core'; | ||
playgrounds?: Record<string, NgDocPlaygroundConfig>; | ||
/** | ||
* By default, the child routes of a page are shown in a fullscreen dialog. | ||
* Set disableFullscreenRoutes to false to handle them yourself with a <router-outlet />. | ||
* It can be used for example in a demo that requires to show nested routes. | ||
* Be careful however, only 1 router-outlet is allowed level, that can lead to collisions if | ||
* multiple demos on the same page require nested routes. | ||
*/ | ||
disableFullscreenRoutes?: boolean; | ||
} |
{ | ||
"name": "@ng-doc/core", | ||
"version": "16.16.0", | ||
"version": "16.17.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
58558
1090