UNPKG

@angular/core

Version:

Angular - the core framework

15 lines (14 loc) 443 B
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "AngularRouterTestingToProvideRouterMigration", "title": "Angular RouterTestingModule to provideRouter Migration Schema", "type": "object", "properties": { "path": { "type": "string", "description": "Path to the directory where all tests should be migrated.", "x-prompt": "Which directory do you want to migrate?", "default": "./" } } }