IONIC 4 App Structure

I installed IONIC 4, and when i create an application, its structure looks like v3 apps. The Generate command shows “Provider” intead of “Service”. I’ve erased and re-intalled npm y its components. Any ideas???

if you want project in angular then you have to use --type="angular"

ionic start Demo blank --type="angular

otherwise it will clone default ionic project same as v3