Anne Douwe Bouma
Anne Douwe Bouma
Do you have any more information about what you tried and something like logs? Trying to resolve a bug with information this sparse is next to impossible.
Can you try and run `vim -V9logfile.log` and put the logfile in a pastebin and include it here?
I don't know if you fixed it yet but: Change this in package.json: `"typescript": "^1.6.2"` to `"typescript": "~1.6.2"` It's because Angular only works with TS 1.6.2 at the moment
No problem man! Glad it works
@timacdonald, when using nested fields, you need to use the dot-notation: `parent.child`. This PR adds TypeScript support for those keys so that they are strictly typed.