ProgressNS / code-samples

Find code samples and building blocks for your NativeScript app in the Marketplace
https://market.nativescript.org/?tab=samples&framework=core&category=all_samples
Apache License 2.0
36 stars 22 forks source link

Movie Watch List needs angular and core #86

Open rdlauer opened 5 years ago

rdlauer commented 5 years ago

Be sure you are basing any new framework versions on the latest iteration of this app! You can find the latest version in data/all.json or on the marketplace website.

https://play.nativescript.org/?template=play-vue&id=b7Pk1Z&v=10

tylerablake commented 5 years ago

I'm working on adding Angular

tylerablake commented 5 years ago

Here's the Angular addition, sorry it took so long, had a couple "gotchas" that took some time to work though :(

https://play.nativescript.org/?template=play-ng&id=VcX3DL&v=9

rdlauer commented 5 years ago

Looks good on iOS, but on Android (8.1) I just get a white screen with nothing showing up in the log. You see the same thing?

tylerablake commented 5 years ago

Hm yeah just noticed that, sorry about that :) Working on it now.

tylerablake commented 5 years ago

Give this one a try and see if this works. I don't have an Android device with me to test until Tuesday so I could only run on iOS.

https://play.nativescript.org/?template=play-ng&id=VcX3DL&v=11

rdlauer commented 5 years ago

I'm getting an error now on both iOS and Android:

ERROR: ERROR Error: Uncaught (in promise): Error: Could not find module '../nativescript-pager/angular'. Computed path '/var/mobile/Containers/Data/Application/E20037A8-7214-4246-9A74-AE149810564E/Documents/Playground/LiveSync/app/nativescript-pager/angular'. require@[native code]

tylerablake commented 5 years ago

That's weird, for some reason, it isn't saving that package in the Playgound anymore. I'll reach out to TJ to see if he has any ideas, sorry this one is being so difficult.