src.app.core.model.home-page.model.ts Maven / Gradle / Ivy
export class HomePage {
constructor(
public content: string = ''
) { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
export class HomePage {
constructor(
public content: string = ''
) { }
}