import { Component } from '@angular/core';
@Component({
  template: require('./simple.html')
})
export class SimpleFormComponent {}
