Angular for NativeScript

Combine NativeScript, a framework for building native iOS and Android apps using JavaScript, and Angular, a framework for architecting JavaScript applications of all sizes, and you have a powerful software architecture—one that allows you to build mobile and web apps using the same technology stack, and in some cases, the same code.

Angular + NativeScript = ❤

The NativeScript core team works with the Angular team at Google to ensure NativeScript and Angular are seamlessly integrated. If you know Angular, you’re already ready to develop amazing native mobile apps with NativeScript. With NativeScript and Angular, a single code base (and skillset) can be used to create web apps and native mobile apps with 100% native performance and power. Buttery smooth animations, direct access to 100% of the native platform APIs, it’s pretty amazing.

One skillset. One code base. Three platforms: iOS, Android, and Web.

Learn more on the Angular blog.

angular-graphic-min

Using Angular with NativeScript

Using Angular with NativeScript is a snap. From your terminal or command line, just start a new project with this command:

$ tns create my-angular-app --ng

This will create a new NativeScript project with all of the necessary Angular files, folders and settings ready to go. By default, Angular projects use TypeScript, so NativeScript will also handle all of the TypeScript setup and configuration. Learn more about NativeScript and TypeScript.

Once you’ve got your project, it’s time to build your native mobile app! Use these resources to get started quickly:

__Documentation

Documentation

Our documentation will help you learn the ins and outs of making truly native mobile applications with Angular and NativeScript.

Angular + NativeScript Docs

Why use Angular with NativeScript?

__App_Structure

Application Structure and Plumbing

Angular provides all of the plumbing necessary to create high quality, highly maintainable NativeScript apps. Reuse Angular concepts such as data binding, dependency injection, services, and routing to build native mobile apps.

__Reuse _Code_Skill

Code and Skill Reuse

Work smarter, not harder, right? Use Angular and TypeScript to build “native” apps for the web and, with NativeScript, for iOS and Android. You can even reuse JavaScript npm modules, as well as native iOS CocoaPod and Android Arsenal libraries, directly in NativeScript.

__Native_Performance

Native Mobile Performance

With NativeScript, you can finally create zero compromise mobile apps with Angular that feature truly native UI and performance. Enjoy glorious 60fps without being a CSS or JavaScript wizard, even on Android. Say goodbye to mobile jank.

__Angular_Community

Angular Community

Tap into the huge Angular developer community, more than 1 million strong, to get extra help, training and reusable code that can be directly applied to NativeScript mobile projects. NativeScript is the way for Angular developers to create native mobile apps.

__Info

Tips

  • When starting a new NativeScript Angular project, make sure to use the -ng flag to get the skeleton code.

  • In your views, do not use self-closing XML like <Label [text]="binding" />. Instead close all elements with a discrete closing tag: <Label [text]="binding"></Label>

  • If you're planning to add NativeScript to an existing Angular "web" codebase, keep in mind window does not exist in NativeScript, therefore ensure to remove any explicit dependencies on the browser's global window object in your code.

  • Find code samples for common app scenarios on the NativeScript Marketplace.

__Tips&Trick

Tricks

  • Remember, there is no DOM in NativeScript, so separate layout from business logic for maximal reuse. 

  • We have an entire documentation section on sharing code between web and native apps with Angular. Check it out here.

NativeScript is licensed under the Apache 2.0 license
© 2020 All Rights Reserved.