export class DataService {
  title: string = "Untitled";
  constructor() {
    console.log("DataService: constructor");
  }
}
