UNPKG

@o3r/application

Version:

This module provides development help to monitor your Otter Application

12 lines (11 loc) 380 B
{ "$schema": "https://raw.githubusercontent.com/angular/angular-cli/main/packages/angular_devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add Otter application to the project.", "factory": "./schematics/ng-add/index#ngAdd", "schema": "./schematics/ng-add/schema.json", "aliases": ["install", "i"] } } }