mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00

BREAKING CHANGE: imports from the framework were: ``` import {Platform} from 'ionic-framework/ionic'; ``` and are now: ``` import {Platform} from 'ionic-angular'; ```