mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-15 12:55:14 +00:00
16 lines
297 B
TypeScript
16 lines
297 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector : 'fuse-helper-classes-width-height',
|
|
templateUrl: './width-height.component.html',
|
|
styleUrls : ['./width-height.component.scss']
|
|
})
|
|
export class HelperClassesWidthHeightComponent
|
|
{
|
|
|
|
constructor()
|
|
{
|
|
|
|
}
|
|
}
|