import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-creator', templateUrl: './creator.page.html', styleUrls: ['./creator.page.scss'], }) export class CreatorPage implements OnInit { constructor() { } ngOnInit() { } }