@ng-doc/add
Advanced tools
Comparing version 15.7.12 to 15.8.0
{ | ||
"name": "@ng-doc/add", | ||
"version": "15.7.12", | ||
"version": "15.8.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "schematics": "./schematics/collection.json", |
@@ -19,3 +19,3 @@ "use strict"; | ||
{ | ||
initializer: 'RouterModule.forRoot(NG_DOC_ROUTING)', | ||
initializer: "RouterModule.forRoot(NG_DOC_ROUTING, {scrollPositionRestoration: 'enabled', anchorScrolling: 'enabled', scrollOffset: [0, 70]})", | ||
imports: [ | ||
@@ -22,0 +22,0 @@ { name: 'RouterModule', path: '@angular/router' }, |
Sorry, the diff of this file is not supported yet
55058