UNPKG

@pepperi/components

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.

13 lines (10 loc) 294 B
import {Component, OnInit} from '@angular/core'; @Component({ selector: 'pepperi-menu', templateUrl: './menu.component.html', styleUrls: ['./menu.component.scss'], }) export class PepperiMenuComponent implements OnInit { constructor() {} ngOnInit(): void {} }