Recently, I created an Ionic 2 beta app, but encountered syntax errors when opening it in Visual Studio (VS) 2015. The errors were present inside all the .js files for the @Page
decorator and the contructor () { }
. As a newcomer to Ionic 2, pinpointing whether the error stemmed from TypeScript, Ionic, Angular, or just VS being finicky was a challenge.
To illustrate, consider this screenshot of the tabs.js file...
https://i.sstatic.net/Kzii2.png
I'm seeking insights into why these syntax errors are cropping up and any guidance on how to address them. Any assistance would be greatly appreciated!