Closed joelcdoyle closed 7 years ago
hi, I have a feeling that this project needs to be updated for NativeScript 2.5. I will try to do this next week, I may however wait until 2.5.1 comes out with a fix for the CLI. In the meantime, you could take a look at the original Advanced Seed which has been updated (it's also a much more complex project): https://github.com/NathanWalker/angular-seed-advanced
I'm actually trying to stay away from the advanced seed. Too much too fast, :blush: That's why I'm here. I want to get a simple multi-platform Nativescript app up and running before I dive into everything that the advanced seed has to offer. I'll be looking forward to the update
Well, miraculously I got this seed back in business. I basically had to take the advanced seed and strip it down again, these two projects were too far out of sync. So definitely the web and NativeScript bits are back in business. Please give it a try, I hope I got everything back in place!
I believe this is sorted now
All issues cleared here - best way to move forward:
npm i
from the root 👍
Steps to reproduce Duplicate Home component and add references throughout client code:
Created src/client/app/frameworks/sample/components/login with the following contents:
login.css (empty) login.tns.css (empty) login.component.tns.html (empty) login.component.html:
login.component.ts
login.routes.ts:
Modified the following files:
src/client/app/frameworks/sample/routes.ts:
src/client/app/frameworks/sample/components/index.ts:
src/client/app/frameworks/sample/components/app/app.routes.ts:
Current behavior New TS files are never compiled to JS counterparts. Project does not build correctly, and browser window shows
Loading...
Chrome developer tools console shows:
Build process in command line shows the following error:
Referring to this reference in src/client/tokens.web.ts:
Expected/desired behavior Expected build to succeed.