All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.organisms.profile-menu.profile-menu.component.ts Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
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