0

I'm trying to create a nativescript app with angular and after creating the app with node I can't seem to find the app.js / server.js file Where can I find it or do i need to create it myself?

1 Answers1

1

there is no app.js or server.js in an Angular Nativescript app, the projet main.ts is what you're looking for.

ZenRadLad
  • 82
  • 1
  • 12