Felhasználói eszközök

Eszközök a webhelyen


oktatas:telefon:nativescript:angular_template

< NativeScript

NativeScript - Angular template

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
oktatas/telefon/nativescript/angular_template.txt · Utolsó módosítás: 2023/03/25 11:33 szerkesztette: admin