emirapp-cli
Version:
A CLI tool to scaffold modern Expo React Native applications with authentication, tab navigation, and TypeScript
14 lines (13 loc) • 496 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.angularEnterpriseDependencies = exports.angularEnterpriseTemplates = void 0;
// Angular Enterprise Template - Coming Soon
exports.angularEnterpriseTemplates = {};
exports.angularEnterpriseDependencies = [];
// This template will include:
// - Advanced Angular architecture
// - NgRx state management
// - Authentication and guards
// - Micro-frontend setup
// - Testing with Jasmine/Karma
// - And much more...