This repository contains the code for integration of NativeScript with Angular.
NativeScript is a framework which enables developers to write truly native mobile applications for Android and iOS using JavaScript and CSS. Angular is one of the most popular open source JavaScript frameworks for application development. We worked closely with developers at Google to make Angular in NativeScript a reality. The result is a software architecture that allows you to build mobile apps using the same framework—and in some cases the same code—that you use to build Angular web apps, with the performance you’d expect from native code. Read more about building truly native mobile apps with NativeScript and Angular.
NativeScript session on AngularConnect conference
The e2e
apps are meant for testing stuff. You can
take a look at these additional sample apps that use the published
builds from npm:
We love PRs! Check out the
contributing guidelines and
development workflow for local setup. If you want to contribute, but you are not sure where to start
- look for
issues labeled help wanted
.
<Label text="Name" /><Button
text="Save" />
) get parsed wrong (in this case Button gets parsed as a
Label child.
Please, use github issues strictly for reporting bugs or requesting features. For general questions and support, check out Stack Overflow.