-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit 749b9be
feat: restructure the template to match Angular web project structure (#86)
The following changes are in this PR:
- the app folder is renamed to src as is in the web Angular projects.
- @nativescript/schematics is a devDependency and angular.json file is added. This allows the developers to start using the Angular CLI immediately after creating a project.
- App_Resources are now at root level.
- nsconfing.json file is added.
depends on NativeScript/nativescript-dev-webpack#633 and NativeScript/nativescript-dev-typescript#61 1 parent 583c45e commit 749b9be
File tree
79 files changed
+27
-5
lines changed- packages/template-hello-world-ng
- App_Resources
- Android
- src/main
- res
- drawable-hdpi
- drawable-ldpi
- drawable-mdpi
- drawable-nodpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- values-v21
- values
- iOS
- Assets.xcassets
- AppIcon.appiconset
- LaunchImage.launchimage
- LaunchScreen.AspectFill.imageset
- LaunchScreen.Center.imageset
- src
- app
- item
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
79 files changed
+27
-5
lines changed
0 commit comments