ngx-fizz
Version:
Rich Animated icon set for AngularIO operated by animeJS engine
19 lines (14 loc) • 342 B
text/typescript
import { Component, OnInit } from '@angular/core';
import { BaseIcon } from '../../core';
({
selector: 'fiz-git',
templateUrl: './fiz-git.component.html',
styleUrls: ['./fiz-git.component.scss']
})
export class FizGitComponent extends BaseIcon implements OnInit {
constructor() {
super();
}
ngOnInit() {
}
}