nested-forms/apps/parent-form/src/app/app.component.ts

11 lines
224 B
TypeScript
Raw Normal View History

2019-08-20 02:28:58 +00:00
import { Component } from '@angular/core';
@Component({
selector: 'nested-forms-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'parent-form';
}