UNPKG

generator-ngx-rocket

Version:

Extensible Angular 13+ enterprise-grade project generator based on angular-cli with best practices from the community. Includes PWA/Cordova/Electron support, coding guides and more!

13 lines (10 loc) 193 B
/* * Extra typings definitions */ // Allow .json files imports declare module '*.json'; // SystemJS module definition declare var module: NodeModule; interface NodeModule { id: string; }