Skip to content

Instantly share code, notes, and snippets.

@camilogiraldo
Created February 28, 2019 01:25
Show Gist options
  • Save camilogiraldo/6b5e57f1a623076566549aae6d41ef8b to your computer and use it in GitHub Desktop.
Save camilogiraldo/6b5e57f1a623076566549aae6d41ef8b to your computer and use it in GitHub Desktop.
import { MockForm } from './shared/mock/mock-form';
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss'],
})
export class AppComponent {
data = MockForm;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment