import {Component} from "@angular/core"; @Component({ selector: 'notes', templateUrl: './notes.component.html' }) export class NotesComponent { }