Skip to content
Integrating NativeScript with Angular
TypeScript HTML JavaScript CSS Makefile Shell
Branch: master
Clone or download

Latest commit

Latest commit 35ca4fa Feb 17, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github chore: missing bracket Oct 5, 2018
build Tbozhikov/release 8.20.1 (#2056) Nov 8, 2019
doc feat(zone): Use zone-nativescript vendored below ./zone.js Sep 13, 2016
e2e feat: introduce PageService (#2111) Jan 31, 2020
nativescript-angular-package chore: version bump Jan 31, 2020
nativescript-angular chore: version bump Jan 31, 2020
tests chore: fix date test when GMT is negative (#2063) Nov 21, 2019
.ctags-exclude Exclude *.js files from ctags config. May 17, 2016
.eslintrc.json eslint config. Dec 4, 2015
.gitattributes Use LF for shell scripts (#1185) Feb 6, 2018
.gitignore chore: update build scripts, fix jenkins build Oct 17, 2019
.travis.yml chore(travis-ci): simplify to lint and compile the package (#1681) Jan 21, 2019
CHANGELOG.md release: cut the 8.20.4 release Jan 7, 2020
CODE_OF_CONDUCT.md chore: update LICENSE and CODE_OF_CONDUCT.md (#1159) Feb 5, 2018
CONTRIBUTING.md release: cut the 8.20.0 release Oct 23, 2019
DevelopmentWorkflow.md docs: Update build steps Feb 17, 2020
LICENSE chore: update community files (#1689) Jan 7, 2019
NativeScript-dependencies.md Add a guide to publishing unofficial NativeScript modules builds Jan 27, 2016
PULL_REQUEST_TESTS.md docs: describe comment messages available to test (#1027) Oct 16, 2017
README.md chore: revise developer workflow, remove ng-samples as it doesn't wor… Oct 28, 2019
build-doc-snippets.sh chore(snippets): Use an env-specific artifact file name. Apr 3, 2017
build-docs.sh NS Angular api ref build script Mar 12, 2019
merge-guidance-schema.png docs: update contribution change log Apr 22, 2019
release-contribution-guide-schema-webpack.png docs: update contribution change log Apr 22, 2019
tsconfig.json Update to 2.3.1 Dec 15, 2016

README.md

NativeScript Angular

Build Status

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.

Watch the video explaining Angular and NativeScript

NativeScript session on AngularConnect conference

Explore the examples

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:

Contribute

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.

Known issues

  1. There are certain issues with the Parse5DomAdapter and we'll likely need to provide our own later on:
  • Self-closing elements (<Label text="Name" /><Button text="Save" />) get parsed wrong (in this case Button gets parsed as a Label child.

Get Help

Please, use github issues strictly for reporting bugs or requesting features. For general questions and support, check out Stack Overflow or ask our experts in NativeScript community Slack channel.

You can’t perform that action at this time.