Hi,
First of all, it is a real pleasure to hear that v2 is officially out of alpha. =). I am facing a couple of issues though.
I have updated Ionic to v2.1.0, npm to v3.10.3… I have created a fresh blank Ionic2 application using ionic start [APP_NAME] --v2 --ts
… When I load the project folder in SublimeText, it gives me linting errors on each ts
file:
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'expetimentalDecorators' option to remove this warning.
My tsconfig.json
file DOES have allowSyntheticDefaultImports
set to true.
When I run the application using ionic serve
, the application runs fine and no errors or warning appear in the console. Why am I getting the linting issues?
Output of `ionic info’:
Your system information:
Cordova CLI: You have been opted out of telemetry. To change this, run: cordova telemetry on.
6.3.1
Gulp version: CLI version 3.9.1
Gulp local:
Ionic Framework Version: 2.0.0-rc.0
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
ios-deploy version: Not installed
ios-sim version: 5.0.8
OS: Mac OS X El Capitan
Node Version: v6.7.0
Xcode version: Xcode 7.3.1 Build version 7D1014
/Asim