fuse-angular/src/app/main/content/ui/typography/typography.component.ts
Sercan Yemen 31c35dd5fa simple layout 3 perfect scrollbar
+ simple layout 3 tweaks
+ added modules to all pages
+ moved some stuff to the SharedModule from AppModule
+ typography page structure
2017-08-02 13:01:55 +03:00

18 lines
314 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector : 'fuse-typography',
templateUrl: './typography.component.html',
styleUrls : ['./typography.component.scss']
})
export class TypographyComponent implements OnInit
{
constructor()
{
}
ngOnInit()
{
}
}