UNPKG

angular-jsf-components

Version:
12 lines (8 loc) 208 B
import {Injectable} from '@angular/core'; import {HBodyComponent} from '../components/h-body/h-body.component'; @Injectable() export class JsfService { all: HBodyComponent; constructor() { } }