This document discusses using NativeScript and Angular 2 together to build native mobile apps with a single JavaScript codebase. NativeScript allows writing native iOS and Android apps in JavaScript while providing access to native APIs. Angular 2 is decoupled from the DOM, enabling its use in mobile apps. Together NativeScript and Angular 2 allow leveraging Angular's framework on mobile while using native UI elements and layouts. Examples demonstrate creating an alert dialog in NativeScript alone and with Angular 2. The document encourages trying sample apps and learning more resources.