How to replicate:
tns create Something --ng
cd Something
now following this link https://docs.nativescript.org/angular/core-concepts/accessing-native-apis-with-javascript.html
npm install tns-platform-declarations --save-dev
replaced contents of tsconfig.json and reference.d.ts
tns run iOS
I'm getting
file:///app/tns_modules/@angular/compiler/bundles/compiler.umd.js:18646:26: JS ERROR Error: Can't resolve all parameters for ItemsComponent: (?).
ts version 2.1.6
xcode version 8.2.1
"tns-platform-declarations": "^2.5.0",
"tns-ios": {"version": "2.5.0"}
"nativescript-angular": "1.4.0",
without those modifications, iOS project runs as intended.
I think its something with references, but I'm not sure.