[[oktatas:telefon:nativescript|< NativeScript]] ====== NativeScript - Angular template ====== * **Szerző:** Sallai András * Copyright (c) Sallai András, 2023 * Licenc: [[https://creativecommons.org/licenses/by-sa/4.0/|CC Attribution-Share Alike 4.0 International]] * Web: https://szit.hu ===== Projekt készítése ===== ns create app01 --angular Vagy: ns create app01 --ng Végül lépjünk be a projekt könyvtárába: cd app01 ===== Könyvtárszerkezet ===== app01/ |-App_Resources/ |-hooks/ |-node_modules/ |-platforms/ |-src/ | |-app/ | | |-item/ | | | |-item-detail.component.html | | | |-item-detaul.component.ts | | | |-item.service.ts | | | |-item.ts | | | |-items.component.html | | | `-items.component.ts | | |-app-routing.module.ts | | |-app.component.html | | |-app.component.ts | | `-app.module.ts | |-app.css | |-main.ts | `-polyfills.ts |-.editorconfig |-.gitignore |-nativescript.config.ts |-package-lock.json |-package.json |-references.d.ts |-tsconfig.json `-webpack.config.js ===== Indítás ===== ns run android