UNPKG

emirapp-cli

Version:

A CLI tool to scaffold modern Expo React Native applications with authentication, tab navigation, and TypeScript

14 lines (13 loc) 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.angularSimpleDependencies = exports.angularSimpleTemplates = void 0; // Angular Simple Template - Coming Soon exports.angularSimpleTemplates = {}; exports.angularSimpleDependencies = []; // This template will include: // - Angular 17+ with standalone components // - TypeScript configuration // - Angular Material UI // - Routing setup // - Services and dependency injection // - And much more...