UNPKG

ngx-fizz

Version:

Rich Animated icon set for AngularIO operated by animeJS engine

19 lines (14 loc) 342 B
import { Component, OnInit } from '@angular/core'; import { BaseIcon } from '../../core'; @Component({ selector: 'fiz-git', templateUrl: './fiz-git.component.html', styleUrls: ['./fiz-git.component.scss'] }) export class FizGitComponent extends BaseIcon implements OnInit { constructor() { super(); } ngOnInit() { } }