src.app.organisms.profile-menu.profile-menu.component.ts Maven / Gradle / Ivy
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'chutney-profile-menu',
templateUrl: './profile-menu.component.html',
styleUrls: ['./profile-menu.component.scss']
})
export class ProfileMenuComponent implements OnInit {
constructor() { }
ngOnInit() { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy