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) 341 B
import {Component, OnInit} from '@angular/core'; @Component({ selector: 'pepperi-images-filmstrip', templateUrl: './images-filmstrip.component.html', styleUrls: ['./images-filmstrip.component.scss'], }) export class PepperiImagesFilmstripComponent implements OnInit { constructor() {} ngOnInit(): void {} }