@Cytla24 wrote:
Hi Peeps!
New to both Ionic and Angular here.
I’m currently trying to use an interface which i have defined under src/app/interfaces/checklists.ts asexport interface Checklist {
id:string;
title: string;
items: ChecklistItem;
}However, when i try to import the file as import { Checklist } from ‘…/interfaces/checklists’;,
it gives me an error TS2306 saying ‘./checklists.ts’ is not a moduleany suggestions?
Posts: 1
Participants: 1