docs(breaking): update Datetime example (#14612)

Updated the Datetime entry to reflect the correct package name
This commit is contained in:
Chris Griffith
2018-06-18 12:04:54 -07:00
committed by Brandy Carney
parent 96945b1ee1
commit 79ebbd0cba

View File

@@ -297,7 +297,7 @@ import { DateTime } from 'ionic-angular';
**New Usage Example:**
```javascript
import { Datetime } from 'ionic-angular';
import { Datetime } from '@ionic/angular';
```