Cannot find module generated with "Ionic g provider"

@Grork The location is relative to the file that you’re importing it to, try this way:

// app/pages/home/home.ts
import {ChatService} from '../../providers/chat/chat';
//                            ^- go another level up, i.e.: app
//                         ^- go one level up, i.e.: pages
3 Likes