Sercan Yemen 5459579d04 Added docs styles
Improved the documentation and moved it into the Demo app
2018-06-15 13:23:12 +03:00

14 lines
311 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector : 'docs-directives-fuse-inner-scroll',
templateUrl: './fuse-inner-scroll.component.html',
styleUrls : ['./fuse-inner-scroll.component.scss']
})
export class DocsDirectivesFuseInnerScrollComponent
{
constructor()
{
}
}