import { Component } from '@angular/core'; import { ServerService } from './services/server.service'; import { FieldBase } from '../app/form/fields/field-base'; import { JsonObjest } from '../app/entities/JsonObject.class'; @Component({ selector: 'app-root', template: ` `, // template: ` //
// //
// `, providers: [] }) export class AppComponent { fields: any[]; } //