provideCloud and ionicBootstrap 'has no exported members'

import { provideCloud, CloudSettings } from ‘@ionic/cloud-angular’;
import { ionicBootstrap, Platform } from ‘ionic-angular’;

there are an error in each line: 'has no exported members’
at this words: provideCloud and ionicBootstrap

I have no idea

OBS: I have update my ionic2 today, and then created project.

1 Like

same here for ‘ionicBootstrap’. It was working well until a few days ago when I updated ionic 2.

Here my ionic info btw:

Cordova CLI: 6.2.0
Ionic CLI Version: 2.1.0
Ionic App Lib Version: 2.1.0-beta.1
OS: Windows 7 SP1
Node Version: v6.8.0

Hey @wiliambuzatto, have you taken a look at https://github.com/driftyco/ionic/blob/master/CHANGELOG.md ? it helped me and may help you too.

Cheers

I took a look, but didn’t find

My dependencis are:

"dependencies": {
    "@angular/common": "^2.0.0",
    "@angular/compiler": "^2.0.0",
    "@angular/compiler-cli": "0.6.2",
    "@angular/core": "^2.0.0",
    "@angular/forms": "^2.0.0",
    "@angular/http": "^2.0.0",
    "@angular/platform-browser": "^2.0.0",
    "@angular/platform-browser-dynamic": "^2.0.0",
    "@angular/platform-server": "^2.0.0",
    "@ionic/cloud-angular": "^0.7.0",
    "@ionic/storage": "^1.0.3",
    "ionic-angular": "^2.0.0-rc.1",
    "ionic-native": "^2.2.3",
    "ionicons": "^3.0.0",
    "rxjs": "5.0.0-beta.12",
    "zone.js": "^0.6.21"
  },
  "devDependencies": {
    "@ionic/app-scripts": "^0.0.36",
    "typescript": "^2.0.3"
  },

My Ionic Info:

Your system information:

Cordova CLI: 6.3.1
Ionic CLI Version: 2.1.1
Ionic App Lib Version: 2.1.1
OS:
Node Version: v5.12.0

import { Platform , ionicBootstrap } from ‘ionic-angular’;

there is an error in the above line: 'has no exported members’
at this word: ionicBootstrap

my ionic info cli is

Cordova CLI: 6.4.0
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.1.12
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 0.0.45
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.9.1
Xcode version: Not installed